_generated\AcceptanceTesterActions::clickWithRightButton PHP Method

clickWithRightButton() public method

Performs contextual click with the right mouse button on an element.
See also: Codeception\Module\WebDriver::clickWithRightButton()
public clickWithRightButton ( $cssOrXPath )
$cssOrXPath
    public function clickWithRightButton($cssOrXPath)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('clickWithRightButton', func_get_args()));
    }
AcceptanceTesterActions