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.
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.
Table of contents
- Outline 1m
- WebDriver Manager 4m
- Understanding Types of Locators 3m
- Searching with Different Locators 6m
- Understanding Locators Priority 4m
- Applying CSS Selectors 6m
- Applying XPATH 6m
- Interacting with Input Type Elements 6m
- Understanding Dynamic Nature of Modern Websites 2m
- Timeouts in Selenium 5m
- Applyting Timeouts in Practice 5m
- Summary 1m