The dropdown is like a normal WebElement for Selenium but when it comes to handling it like Selecting the value, deselecting the value or capture some values out of it. Those who are new in HTML for them - Dropdown is a method of showing a large list of choices, but only one choice is displayed initially until the user select/ click on the drop down. A dropdown can be used to … [Read more...] about Handle Dropdown in Selenium with C# and Handle Multiple Values
Get full length Screenshot using Robot class in Selenium
Hi All welcome to Selenium Tutorials, in this tutorial we will discuss how to Get complete window Screenshot using Robot class in Selenium. You must be having the question in your mind that why we need to take Screenshot using Robot class. I know everyone is aware of taking the screenshot using Selenium API but want to tell you that we have some limitation of this. If you … [Read more...] about Get full length Screenshot using Robot class in Selenium
What is Robot Class in Selenium Webdriver and Usage
Hello, Welcome to Selenium Tutorials, In this post, we will see how to use Robot class in Selenium Webdriver. I have used Robot class a couple of times in my test script and it worked well. I uploaded one article on upload file using robot class How to upload files in Selenium using Robot class. I have also used the Robot class for capturing screenshot as well which … [Read more...] about What is Robot Class in Selenium Webdriver and Usage
How to Handle Dropdown in Selenium webdriver
Hello, Guys, Welcome to Selenium tutorial, today in this post we will see how to handle Dropdown in Selenium webdriver. Generally, while working with the script we have to select some values from the dropdown and do other activity and validate. The dropdown is just like simple WebElement like Checkbox, textbox etc. Before moving to Dropdown in Selenium webdriver … [Read more...] about How to Handle Dropdown in Selenium webdriver
How to write Dynamic XPath in Selenium
Welcome to Selenium tutorial, today we will see how to write Dynamic XPath in Selenium because we can't go ahead without XPath and CSS so let's discuss XPath different methods in detail. Selenium has 8 locators which include id, name, classname, XPath, CSS, linkText, partialLinkText and tag name which make our task easy to find elements. Previously we have firebug and … [Read more...] about How to write Dynamic XPath in Selenium