Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Get Method | Selenium Project
Selenium Project
course content

Course Content

Selenium Project

bookGet 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.

Task

  1. Use the get() method to access the following resource: https://www.scrapethissite.com/.

Mark tasks as Completed
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

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.

Task

  1. Use the get() method to access the following resource: https://www.scrapethissite.com/.

Mark tasks as Completed
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 3
AVAILABLE TO ULTIMATE ONLY
some-alt