2019-10-31 21:43:47 -04:00
|
|
|
### Relevant Articles:
|
2020-07-07 07:18:10 -04:00
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
- [Guide to Selenium with JUnit / TestNG](http://www.baeldung.com/java-selenium-with-junit-and-testng)
|
2023-07-09 07:56:19 -04:00
|
|
|
- [Clicking Elements in Selenium using JavaScript](https://www.baeldung.com/java-selenium-javascript)
|
|
|
|
- [Handle Browser Tabs With Selenium](https://www.baeldung.com/java-handle-browser-tabs-selenium)
|
|
|
|
- [Opening a New Tab Using Selenium WebDriver in Java](https://www.baeldung.com/java-selenium-open-new-tab)
|
|
|
|
- [Retrieve the Value of an HTML Input in Selenium WebDriver](https://www.baeldung.com/java-selenium-html-input-value)
|
2019-10-31 21:43:47 -04:00
|
|
|
- [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-23 09:06:51 -04:00
|
|
|
- [Taking Screenshots With Selenium WebDriver](https://www.baeldung.com/java-selenium-screenshots)
|
2023-07-09 07:56:19 -04:00
|
|
|
- [Uploading File Using Selenium Webdriver in Java](https://www.baeldung.com/java-selenium-upload-file)
|
2023-04-28 09:28:24 -04:00
|
|
|
- [StaleElementReferenceException in Selenium](https://www.baeldung.com/selenium-staleelementreferenceexception)
|
2023-07-09 07:56:19 -04:00
|
|
|
|
2022-11-14 05:40:46 -05:00
|
|
|
#### Notes:
|
2023-07-09 07:56:19 -04:00
|
|
|
- to run the live tests, follow the manual setup described
|
2022-11-14 05:40:46 -05:00
|
|
|
[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
|