Handle PopUps and Alerts In Selenium WebDriver
Definitely, all of us have come across alerts and PopUps while interacting with web applications. For example, whenever we try
Drag and Drop Action in Selenium Webdriver myskillpoint
In this article, we will try to understand how to perform Drag and Drop ( dragAndDrop ) action in Selenium
Double Click and Right Click in Selenium myskillpoint
In this tutorial, we will learn how to double click and right click in Selenium WebDriver with examples. Selenium has
Handle Action Class in Selenium WebDriver myskillpoint
In this article, we will learn about the Actions class and its uses in Selenium. While interacting with web applications
Handle Multiple Tabs in Selenium WebDriver
In this cutting-edge technology era where innovation is progressing at a huge speed, the complexity in the design of the
Handle Multiple Windows In Selenium WebDriver
So far you have learned how to automate the objects of a web page after opening a URL. But what
Wait Commands in Selenium WebDriver Implicit wait explicit wait fluent wait
The wait commands in Selenium Driver are the most important pillars behind creating a robust test script and successful execution
AutoIt With Selenium Web Driver
There are a few limitations of Selenium WebDriver and one of them is that it cannot perform any action on
Handle Dynamic Web Tables In Selenium WebDriver
Validations of web table content are inevitable in automation testing because they represent data that is either inserted into the
Handle MultiSelect DropwDown and DropDown with Checkboxes
In my previous article, we have seen how to select a value from a normal dropdown or weblist. In this
Select a Value from a DropDown in Selenium WebDriver
Unlike other web elements, we can't just locate the dropdown object and select a value from it in Selenium WebDriver.In
Click a Button In Selenium WebDriver
A button is usually used to submit a for or trigger a function on a click event of it.  In