Theme images by Storman. Powered by Blogger.

Software Testing

[best practices][feat1]

Recent

recentposts

Popular

Comments

recentcomments

Most Recent

Random Posts

randomposts

Facebook

page/http://facebook.com/letztest

Wednesday, April 27, 2016

How to verify if a checkbox is checked using Selenium Webdriver

 


It's quite a common scenario that we may come across where we need to verify if a particular check box is checked. If not checked we may want to mark it as checked. In this post let's see 

how to check if a checkbox is selected in Selenium WebDriver with C#

First of all make the check-box as a web-element.

Or using findElements code You could instead do as shown below,



What do you think on above selenium topic. Please provide your inputs and comments. You can write to me at meanurajsl@gmail.com.

0 on: "How to verify if a checkbox is checked using Selenium Webdriver"