1.3 KiB
1.3 KiB
Start Using WebDriver Examples
This is the mini-sized package to start use WebDriver with Firefox and Chrome
Pre-requisite:
- MacOS or Linux (Very important, not supporting any other OS, like Windows).
- Java
- Maven
- Firefox Installed
- Chrome Installed
General Environment installation
- Install Homebrew from http://www.brew.sh
- Install Java
brew cask install java
- Install Maven
brew install maven
Expected Automate Test Result:
-
Open browser, e.g., Firefox
-
Visit "https://www.duckduckgo.com"
-
Verify if the title is "Hawaiian pizza"
-
Quit the driver
Start Selenium Stand Alone
Just type the command:
java -Dwebdriver.chrome.driver=chromedriver -Dwebdriver.gecko.driver=geckodriver -jar selenium-server-standalone-3.141.59.jar
Support
This tutorial is released into the public domain by Agile611 under WTFPL.
This README file was originally written by Guillem Hernández Sola and is likewise released into the public domain.
Please contact ITNove for further details.
- ITNOVE a Cynertia Consulting
- Passeig de Gràcia 110, 4rt 2a
- 08008 Barcelona
- T: 93 184 53 44
