https://github.com/tiagocbarbosa/firstseleniumapp
https://github.com/tiagocbarbosa/firstseleniumapp
java junit selenium selenium-webdriver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiagocbarbosa/firstseleniumapp
- Owner: tiagocbarbosa
- Created: 2021-11-15T23:55:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T17:27:40.000Z (over 4 years ago)
- Last Synced: 2025-07-29T06:57:08.967Z (11 months ago)
- Topics: java, junit, selenium, selenium-webdriver
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FirstSeleniumApp
This is my first Selenium app using both Selenium Web Driver and JUnit technologies. In this project, I'm interacting with the **Google website**.
Please select the file [/src/FirstSteps.java](https://github.com/tiagocbarbosa/FirstSeleniumApp/blob/main/src/FirstSteps.java) to check my Selenium code and the [/src/JUnitAnotations.java](https://github.com/tiagocbarbosa/FirstSeleniumApp/blob/main/src/JUnitAnotations.java) file to check my JUnit annotations.
## References
[PEIXOTO, Rafael. Selenium WebDriver: Descomplicando testes automatizados com Java.](https://www.casadocodigo.com.br/products/livro-selenium-webdriver)