Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
This project comes to help other new QAs in web automation, bringing examples of how to use Selenium Webdriver with Java.
willysalazar/selenium-webdriver-java-example
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
UI Automation Example Project
Example project developed to perform automated tests on the website The-Internet
To collaborate with The Internet: https://github.com/saucelabs/the-internet
This project can be read in: Brazilian Portuguese
$ git clone https://github.com/willysalazar/selenium-webdriver-java-example.git
$ cd /diretorio/selenium-webdriver-java-example
Execute the command to run all tests in the project
Execute the command to run only one test class in the project
- A/B Testing ( ✅ )
- Add/Remove Elements ( ✅ )
- Basic Auth ( ✅ )
- Broken Images ( ⚠️ )
- Challenging DOM ( ⚠️ )
- Checkboxes ( ⚠️ )
- Context Menu ( ⚠️ )
- Digest Authentication (user and pass: admin) ( ⚠️ )
- Disappearing Elements ( ⚠️ )
- Drag and Drop ( ⚠️ )
- Dropdown ( ⚠️ )
- Dynamic Content ( ⚠️ )
- Dynamic Controls ( ⚠️ )
- Dynamic Loading ( ⚠️ )
- Entry Ad ( ⚠️ )
- Exit Intent ( ⚠️ )
- File Download ( ⚠️ )
- File Upload ( ⚠️ )
- Floating Menu ( ⚠️ )
- Forgot Password ( ⚠️ )
- Form Authentication ( ⚠️ )
- Frames ( ⚠️ )
- Geolocation ( ⚠️ )
- Horizontal Slider ( ⚠️ )
- Hovers ( ⚠️ )
- Infinite Scroll ( ⚠️ )
- Inputs ( ⚠️ )
- JQuery UI Menus ( ⚠️ )
- JavaScript Alerts ( ⚠️ )
- JavaScript onload event error ( ⚠️ )
- Key Presses ( ⚠️ )
- Large & Deep DOM ( ⚠️ )
- Multiple Windows ( ⚠️ )
- Nested Frames ( ⚠️ )
- Notification Messages ( ⚠️ )
- Redirect Link ( ⚠️ )
- Secure File Download ( ⚠️ )
- Shadow DOM ( ⚠️ )
- Shifting Content ( ⚠️ )
- Slow Resources ( ⚠️ )
- Sortable Data Tables ( ⚠️ )
- Status Codes ( ⚠️ )
- Typos ( ⚠️ )
- WYSIWYG Editor ( ⚠️ )
To contribute to this project follow the steps below
- Option 1
- 🍴 Fork this repository!
- Option 2
- Clone this repository to your local machine using: https://github.com/willysalazar/selenium-webdriver-java-example.git