Several examples demonstrating some features of Selenium WebDriver using Java
Go to file
Ramon Caballero 5f0f15d1ac Several examples demonstrating some features of Selenium WebDriver using Java 2024-07-26 23:09:17 +01:00
src Several examples demonstrating some features of Selenium WebDriver using Java 2024-07-26 23:09:17 +01:00
.gitignore Several examples demonstrating some features of Selenium WebDriver using Java 2024-07-26 23:09:17 +01:00
README.md Several examples demonstrating some features of Selenium WebDriver using Java 2024-07-26 23:09:17 +01:00

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

  1. Package Explorer
  2. Select the .java 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.