17 lines
545 B
Markdown
17 lines
545 B
Markdown
# Page Object Model
|
|
|
|
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
|
|
|
|
1. **Package Explorer**
|
|
2. Select the `.java` file that you want to run.
|
|
3. Contextual menu > **Run As** > **Java Application**
|
|
|
|
## Notes
|
|
|
|
- `GettingStarted.java` needs to be run with `-ea` or `-enableasserts` as arguments.
|
|
- `InputsWithUIDialogs.java` needs the name of a valid file in your system.
|