right_click
The command to right-click the element.
Syntax
Element.right_click()
Usage
py.get('#context-menu').right_click()
# 'py' does not have this command
py.right_click()
Arguments
None
Yields
(Pylenium) so you can chain another command
Last updated