0

how to click on find in any Browser using selenium webdriver

how to click on find or ctrl + F in any Browser using selenium webdriver

6th Sep 2018, 12:34 PM
Susovan Das
Susovan Das - avatar
2 Respostas
28th May 2019, 3:06 PM
Андрей Чачин, Andrew Chachin
Андрей Чачин, Andrew Chachin - avatar
0
Selenium can automatically click on buttons that appear on a webpage. We can find the button on the web page by using methods like find_element_by_class_name(), find_element_by_name(), find_element_by_id() etc, following which we can click on it by using the click() method. Learn Software testing related courses in https://www.testleaf.com/course/selenium-automation-certification-training-course.html
11th Sep 2024, 6:58 AM
Mangai Ram
Mangai Ram - avatar