How to get started with Web Automation and Pylenium
Start here if you are new to Python and/or Web Automation.
Virtual Environments
Setup pytest
Project Structure with pytest
Writing Tests with Pylenium
Look at these sections if you are looking for the commands available in the Pylenium API.
Driver Commands
Element Commands
Elements Commands
If you are looking for different flows and examples using Pylenium, then look at the Guides section. Some guides include:
Run Tests in Parallel
Visualize Test Results with Allure
How to wait for things using the .should() API
Last updated 1 year ago