_generated\AcceptanceTesterActions::grabAttributeFrom PHP Method

grabAttributeFrom() public method

Finds and returns attribute of element. Element is matched by either CSS or XPath
See also: Codeception\Module\REST::grabAttributeFrom()
public grabAttributeFrom ( $cssOrXPath, $attribute ) : string
$cssOrXPath
$attribute
return string
    public function grabAttributeFrom($cssOrXPath, $attribute)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('grabAttributeFrom', func_get_args()));
    }
AcceptanceTesterActions