How do I use PowerShell with selenium?

How do I use PowerShell with selenium?

Below are the steps to use PowerShell with Selenium -

Open a new window in Google Chrome. Visit PowerShell.org. Make a directory for your script, such as C:Selenium. Ensure that the files chromedriver.exe and WebDriver.dll are extracted to your working directory. In your working directory, create a new PowerShell script file named run.ps1.