## You need to have internet access and launch Powershell first as administrator
PS C:\WINDOWS\system32> install-module Selenium
BROWSER driver
## Not required, but need to have the browser software installed on that windows computer
# Start a driver for a browser of your choise (Chrome/Firefox/Edge/InternetExplorer)# To start a Firefox Driver$Driver=Start-SeFirefox# To start a Chrome Driver$Driver=Start-SeChrome# To start an Edge Driver$Driver=Start-SeEdge
TEST RUN
## Create the following sample script and execute with administrator privilege
## If not able to launch powershell script due to Execution policy do