Merge branch 'eugenp:master' into PR-7091

This commit is contained in:
parthiv39731
2023-11-20 12:50:08 +05:30
committed by GitHub
132 changed files with 1844 additions and 166 deletions
+1
View File
@@ -2,6 +2,7 @@
- [Running Selenium Scripts with JMeter](https://www.baeldung.com/selenium-jmeter)
- [Fixing Selenium WebDriver Executable Path Error](https://www.baeldung.com/java-selenium-webdriver-path-error)
- [Implicit Wait vs Explicit Wait in Selenium Webdriver](https://www.baeldung.com/selenium-implicit-explicit-wait)
- [Switching Between Frames Using Selenium WebDriver in Java](https://www.baeldung.com/java-selenium-change-frames)
#### Notes:
- to run the live tests for the article *Fixing Selenium WebDriver Executable Path Error*, follow the manual setup described