Update README.md

[skip ci]
This commit is contained in:
edizor 2023-05-05 23:48:25 +08:00 committed by GitHub
parent 93348fff60
commit e47d956d5e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- [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)
- [Retrieve the Value of an HTML Input in Selenium WebDriver](https://www.baeldung.com/java-selenium-html-input-value)
#### Notes:
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described