_generated\AcceptanceTesterActions::clickWithRightButton PHP 메소드

clickWithRightButton() 공개 메소드

Performs contextual click with the right mouse button on an element.
또한 보기: 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