_generated\AcceptanceTesterActions::doubleClick PHP Method

doubleClick() public method

Performs a double-click on an element matched by CSS or XPath.
See also: Codeception\Module\WebDriver::doubleClick()
public doubleClick ( $cssOrXPath )
$cssOrXPath
    public function doubleClick($cssOrXPath)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('doubleClick', func_get_args()));
    }
AcceptanceTesterActions