Course Content
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
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
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
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 3
AVAILABLE TO ULTIMATE ONLY