Selenium WebDriver
Many a time, we face an issue and we get an error message similar as- “Element is not clickable at point (X, Y)” So to solve such issues we …
Selenium WebDriver
Recently, I got to know two situations which were faced by two of my colleagues. One colleague was facing difficulty to send texts to the text area in Mozilla …
Selenium WebDriver
We have already discussed the technique to handle checkbox and radio button in Selenium WebDriver. The technique which we have discussed earlier is simple and default one. As we …
Selenium WebDriver
First time I realized to have a mechanism in my Selenium Test cases and the mechanism is to highlight elements while in runtime. This thought came when I was …
Selenium WebDriver
People say, “Old is Gold”. They rightly said this because when all the general commands fail to perform its operation then JavascriptExecutor comes into the picture and clears the …
Selenium WebDriver
There are some test failure situations which terminates the test execution by sending some Selenium exceptions like NoSuchElementException and ElementNotVisibileException. When we go to the root cause of failure …
Selenium WebDriver
Today we are going to discuss the scenario to handle error message in Selenium. Defect, Bug, Error– All these are synonyms to each other and refer to the same …
Selenium WebDriver
We have already discussed the technique to create dynamic XPath in Selenium WebDriver. Just for the revision, we discussed earlier- basics & definition of XPath, various XPath methods like …
Selenium WebDriver
You must have heard about Actions class in Selenium. Actions class is the heart of Selenium which allows us to perform advanced activities. So if you are a newbie …
Selenium WebDriver
This is another tutorial on advanced Selenium learning. We will again take help of Actions class while handling various Keyboard events in Selenium WebDriver. Till now we have discussed, …