While submitting a form, at times, we get a use case where we need to…
Category: Selenium
Automation
Continue Reading
Find “Cursor” position or currently focused element in a web page with Selenium
Problem Statement: On your registration page, you entered valid values in few mandatory fields but…
Automation
Continue Reading
3 Selenium classes that can help you locate elements
Here we have discussed 3 Selenium classes that are not so popular but that can…
TestNG/JUnit: assertTrue vs assertEquals for text verification
We all do text validation in our automation tests to validate whether the returned value…