Site Loader
Auckland, New Zealand
In this post we will discuss one of the most basic and very useful functionality in Selenium Webdriver, which is nothing but Identifying an application control and performing operation on the identified control. Finding controls in Selenium is done using FindElement() method of WebDriver interface. FindElement method takes the By identifier class as a parameter, which in turn has methods to identify a control using various different properties such as
  • ClassName
  • Name
  • LinkText
  • PartialLinkText
  • Id
  • TagName etc
Please watch below video for more detailed information Thank you very much for watching the video and reading the post !!! Thanks, Karthik KK

Post Author: Karthik kk

Leave a Reply

Your email address will not be published. Required fields are marked *