Chrome
http://chromedriver.storage.googleapis.com/index.html
http://chromedriver.storage.googleapis.com/index.html?path=2.9/
chromedriver.exe
http://chromedriver.storage.googleapis.com/index.html?path=2.9/
chromedriver.exe
Firefox
https://github.com/mozilla/geckodriver/releasesgeckodriver-v0.18.0-win64.zip
geckodriver.exe
Nastavení PATH
Po stažení obou driverů je potřeba nastavit systémovou proměnnou PATH aby obsahovala i cestu k adresáři kam jste rozbalili ovladače.
set PATH=%PATH%;c:\WebDriver\Po spuštění tohoto příkazu je potřeba restartovat systém jinak Vám budou testy stále hlásit že se nepodařilo nalézt uvedený soubor.
Nuget
Install-Package Selenium.Supporthttps://www.nuget.org/packages/Selenium.Support
Tutorial Page Object
http://toolsqa.com/selenium-webdriver/page-object-model/
Udemy Kurz
https://www.udemy.com/selenium-webdriver-page-objects
Žádné komentáře:
Okomentovat