|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| README.md | ||
README.md
Selenium WebDriver
Several examples demonstrating some features of Selenium WebDriver using Java.
Each class has its own main method, so they are meant to be executed individually to showcase different Selenium features.
Run on Eclipse
- Package Explorer
- Select the .java that you want to run
- Contextual menu > Run As > Java Application
Notes
- GettingStarted.java needs to be run with
-eaor-enableassertsas arguments. - InputsWithUIDialogs.java needs the name of a valid file in your system.