© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. PajankarPython Unit Test Automationhttps://doi.org/10.1007/978-1-4842-7854-3_6

6. Testing with Selenium

Ashwin Pajankar1  
(1)
Nashik, Maharashtra, India
 

In the last chapter, you became acquainted with a unit test framework, pytest. You should now be somewhat comfortable with writing unit tests with the pytest framework. In this chapter, you learn about the webdriver framework called Selenium.

Introduction to Selenium

Selenium is a webdriver framework. It is used for browser automation. It means that you can open a browser program (or a browser app) programmatically. All the browser operations that you perform manually can be performed programmatically with ...

Get Python Unit Test Automation: Automate, Organize, and Execute Unit Tests in Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.