Warning: fopen(/tmp/SghXTngBZPli-5ngSW8.tmp): failed to open stream: Disk quota exceeded in /home/executea/public_html/blog/wp-admin/includes/class-wp-filesystem-ftpext.php on line 139
Warning: unlink(/tmp/SghXTngBZPli-5ngSW8.tmp): No such file or directory in /home/executea/public_html/blog/wp-admin/includes/class-wp-filesystem-ftpext.php on line 142
Identifying and Working with controls in Selenium using FindElement
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