- Course
Selenium 4 Fundamentals with Python
This course will teach you how to use Selenium IDE and Selenium WebDriver to create maintainable code that automates routine tasks, scrapes data from web pages, or tests a web application.
- Course
Selenium 4 Fundamentals with Python
This course will teach you how to use Selenium IDE and Selenium WebDriver to create maintainable code that automates routine tasks, scrapes data from web pages, or tests a web application.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Do you need to automate routine tasks on a web page? Maybe you need to scrape some data from a certain page? Or maybe you want to create a comprehensive suite of automated tests that verify if everything works correctly in your web application? If any of these cases are true for you, you’re in the right place. In this course, Selenium 4 Fundamentals with Python, you’ll learn how to accomplish all the tasks described above. First, you’ll explore what Selenium is in essence. Which products does it consist of? You’ll try to use Selenium IDE which allows generating automation code just by using a mouse. Next, you’ll discover the WebDriver which is a core part of Selenium that allows you to write automation code manually. Then, you'll experience how to scrape data by using Selenium and BeautifulSoup in conjunction. Finally, you’ll learn how to improve the maintainability of your automation code by applying design patterns. When you’re finished with this course, you’ll have the skills and knowledge of Selenium needed to automate anything you want in a web browser.