|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| README.md | ||
README.md
Page Object Model
Examples from Selenium WebDriver adopting Page Object Model.
Each test class has its own main method, so they are meant to be executed individually to showcase different Selenium features.
Run on Eclipse
- Package Explorer
- Browse to src/tests package.
- Select the
.javafile that you want to run. - Contextual menu > Run As > Java Application
Notes
GettingStartedTests.javaneeds to be run with-eaor-enableassertsas arguments.InputsWithUIDialogsTests.javaneeds the name of a valid file in your system.