In this post, we will be talking about How to Select Calendar Values in Selenium with C# and Web table. In our previous post we have already seen like working with basic web elements and dropdowns Tables are one of the primary design tools for HTML documents. Tables allow for greater control over page layout, allowing the creation of more visually interesting … [Read more...] about How to Select Calendar Values in Selenium with C# and Webtable
Handle Dropdown in Selenium with C# and Handle Multiple Values
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