Examples from SeleniumWebDriver repository adopting Page Object Model
Go to file
Ramon Caballero c3bb40338e Apply POM to GettingStarted 2024-07-27 11:11:30 +01:00
src Apply POM to GettingStarted 2024-07-27 11:11:30 +01:00
.gitignore Several examples demonstrating some features of Selenium WebDriver using Java 2024-07-27 08:52:52 +01:00
README.md Several examples demonstrating some features of Selenium WebDriver using Java 2024-07-27 08:52:52 +01:00

README.md

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.