19 lines
1.6 KiB
Markdown
Raw Normal View History

### Relevant Articles:
2020-07-07 14:18:10 +03: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 15:12:42 +08:00
- [Using Cookies With Selenium WebDriver in Java](https://www.baeldung.com/java-selenium-webdriver-cookies)
2020-07-07 14:18:10 +03:00
- [Clicking Elements in Selenium using JavaScript](https://www.baeldung.com/java-selenium-javascript)
2020-07-23 21:06:51 +08:00
- [Taking Screenshots With Selenium WebDriver](https://www.baeldung.com/java-selenium-screenshots)
2021-07-02 05:32:00 +08:00
- [Running Selenium Scripts with JMeter](https://www.baeldung.com/selenium-jmeter)
2022-11-11 09:58:17 +08:00
- [Fixing Selenium WebDriver Executable Path Error](https://www.baeldung.com/java-selenium-webdriver-path-error)
2022-12-15 15:49:49 +08:00
- [Handle Browser Tabs With Selenium](https://www.baeldung.com/java-handle-browser-tabs-selenium)
2023-04-14 17:27:27 +08:00
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
2023-04-28 21:28:24 +08:00
- [StaleElementReferenceException in Selenium](https://www.baeldung.com/selenium-staleelementreferenceexception)
2023-05-05 23:48:25 +08:00
- [Retrieve the Value of an HTML Input in Selenium WebDriver](https://www.baeldung.com/java-selenium-html-input-value)
2023-05-17 21:08:27 +08:00
- [Opening a New Tab Using Selenium WebDriver in Java](https://www.baeldung.com/java-selenium-open-new-tab)
#### 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