Selenium 4 Fundamentals with Python
Offered By: Pluralsight
Course Description
Overview
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.
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.
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.
Syllabus
- Course Overview 1min
- Introducing Selenium 18mins
- Getting Started with WebDriver 28mins
- Using Advanced WebDriver Features 50mins
- Managing a Browser 17mins
- Scraping Web Pages 13mins
- Applying the Page Object Design Pattern 26mins
Taught by
Elias Fofanov
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity