Зміст курсу
Selenium Project
Get Method
driver.get
is a method in the selenium
library for Python that is used to navigate to a specific URL in a web browser. When a Python script calls driver.get(url)
, the web browser controlled by selenium
will open the specified URL.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
driver.get
is a method in the selenium
library for Python that is used to navigate to a specific URL in a web browser. When a Python script calls driver.get(url)
, the web browser controlled by selenium
will open the specified URL.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 3
AVAILABLE TO ULTIMATE ONLY