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
2 ответов
+ 3
Selenium WebDriver:
https://docs.seleniumhq.org/docs/03_webdriver.jsp
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