Selenium Java Framework from Scratch
-
Updated
Jan 4, 2022 - HTML
Selenium Java Framework from Scratch
PROBLEM: As we know the explicit and the implicit waits are not applicable to the angularJS application. We are forced to use "Thread.sleep" statement in our framework. This leads to forcefull wait for the set timeout as defined. SOLUTION: Currently, We have come up with a stable solution without using the wait statement. The solution waits for…
Add a description, image, and links to the seleniumwait topic page so that developers can more easily learn about it.
To associate your repository with the seleniumwait topic, visit your repo's landing page and select "manage topics."