java-tutorials/testing-modules/selenium-junit-testng/README.md

17 lines
1.3 KiB
Markdown
Raw Normal View History

### Relevant Articles:
2020-07-07 07:18:10 -04:00
- [Guide to Selenium with JUnit / TestNG](http://www.baeldung.com/java-selenium-with-junit-and-testng)
- [Testing with Selenium/WebDriver and the Page Object Pattern](http://www.baeldung.com/selenium-webdriver-page-object)
2020-02-10 02:12:42 -05:00
- [Using Cookies With Selenium WebDriver in Java](https://www.baeldung.com/java-selenium-webdriver-cookies)
2020-07-07 07:18:10 -04:00
- [Clicking Elements in Selenium using JavaScript](https://www.baeldung.com/java-selenium-javascript)
2020-07-23 09:06:51 -04:00
- [Taking Screenshots With Selenium WebDriver](https://www.baeldung.com/java-selenium-screenshots)
2021-07-01 17:32:00 -04:00
- [Running Selenium Scripts with JMeter](https://www.baeldung.com/selenium-jmeter)
2022-11-10 20:58:17 -05:00
- [Fixing Selenium WebDriver Executable Path Error](https://www.baeldung.com/java-selenium-webdriver-path-error)
2022-12-15 02:49:49 -05:00
- [Handle Browser Tabs With Selenium](https://www.baeldung.com/java-handle-browser-tabs-selenium)
2023-04-14 05:27:27 -04:00
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
#### Notes:
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described
[Fixing Selenium WebDriver Executable Path Error](https://www.baeldung.com/java-selenium-webdriver-path-error#manual-setup); download the 3
drivers mentioned and place them in the src/test/resources directory