Merge pull request #13920 from edizor/master

Update README
This commit is contained in:
Loredana Crusoveanu
2023-04-30 11:23:00 +03:00
committed by GitHub
17 changed files with 20 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
- [Fixing Selenium WebDriver Executable Path Error](https://www.baeldung.com/java-selenium-webdriver-path-error)
- [Handle Browser Tabs With Selenium](https://www.baeldung.com/java-handle-browser-tabs-selenium)
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
- [StaleElementReferenceException in Selenium](https://www.baeldung.com/selenium-staleelementreferenceexception)
#### Notes:
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described