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
Selenium with C#
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
WebElements Commands in Selenium WebDriver with C Sharp
When you start working with Selenium with C# then you will be working with many Interfaces and Classes. In this post I will guide you about different WebElements Commands in Selenium WebDriver with C Sharp. In our previous post we already discussed about Browser Navigation Commands which can only handle Browser related event but when you have to work with WebElement then you … [Read more...] about WebElements Commands in Selenium WebDriver with C Sharp
Browser Navigation commands in Selenium with C#
Selenium WebDriver has already provided many browser Navigation commands like Back, Forward, Refresh method which help us to navigate easily. This post will walk you through different type of Browser Navigation commands in Selenium with C#. Browser Navigation commands in Selenium with C# Navigation Commands. Browser Navigation commands are used to perform navigation … [Read more...] about Browser Navigation commands in Selenium with C#
How To Create Selenium Test using NUnit Framework
If you have worked on Java then you must have used JUnit or TestNG for unit testing. In the same way we have NUnit which works in slimier way. This post will guide you complete details about NUnit and how to build Selenium Test using NUnit Framework. Before we start let us discuss few points so that you can understand everything. 1-What is Unit Testing? Unit … [Read more...] about How To Create Selenium Test using NUnit Framework