Overview
Pylenium offers many commands and features out of the box.
py
This is the main object in Pylenium. This is essentially the Bot or Browser you're controlling in your tests. Navigate to websites, take screenshots, find elements to click on or enter text, and much more!
example
Element and Elements
These commands allow you to interact and perform actions against an Element or Elements.
Chain commands
or use variables
Mix and match variables and chains
Use what is best for you :)
Last updated