Зміст курсу
Selenium Project
Simulate Clicks
driver.click()
is a method in the selenium
library for Python that is used to simulate a mouse click on an element on a web page. When a Python script calls driver.click(element)
, selenium
will find the specified element on the web page and simulate a mouse click on it.
Завдання
- Import
By
; - Find an element in the webpage which contains the
"Explore Sandbox"
text and click it; - Print the
page_source
.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
driver.click()
is a method in the selenium
library for Python that is used to simulate a mouse click on an element on a web page. When a Python script calls driver.click(element)
, selenium
will find the specified element on the web page and simulate a mouse click on it.
Завдання
- Import
By
; - Find an element in the webpage which contains the
"Explore Sandbox"
text and click it; - Print the
page_source
.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 6
AVAILABLE TO ULTIMATE ONLY