From 95e8debdda5bde15cc1c98ac8bf831efb8bc59e4 Mon Sep 17 00:00:00 2001 From: Ramon Caballero Date: Sat, 27 Jul 2024 15:55:32 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 30d381c..f1e999c 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # Page Object Model -Several examples demonstrating some features of Selenium WebDriver using Java. +Examples from [Selenium WebDriver](https://gitea.ramoncaballero.dev/mon/SeleniumWebDriver) adopting Page Object Model. -Each class has its own main method, so they are meant to be executed individually to showcase different Selenium features. +Each test 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** +2. Browse to **src/tests** package. +3. Select the `.java` file that you want to run. +4. 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. +- `GettingStartedTests.java` needs to be run with `-ea` or `-enableasserts` as arguments. +- `InputsWithUIDialogsTests.java` needs the name of a valid file in your system.