click
The command to click the element.
Syntax
Usage
correct usage
incorrect usage
Arguments
force=False (bool)
- If True, a JavascriptExecutor command is sent instead of Selenium's native.click()
Yields
Pylenium - The current instance of Pylenium so you can chain commands.
Examples
Given this HTML:
We can click to add another element and click to delete them:
Give it a try yourself! https://the-internet.herokuapp.com/add_remove_elements/
Last updated