right_click

The command to right-click the element.

Syntax

Element.right_click()

Usage

correct usage
py.get('#context-menu').right_click()
incorrect usage
# 'py' does not have this command
py.right_click()

Arguments

  • None

Yields

  • (Pylenium) so you can chain another command

Last updated