_generated\AcceptanceTesterActions::grabAttributeFrom PHP Метод

grabAttributeFrom() публичный метод

Finds and returns attribute of element. Element is matched by either CSS or XPath
См. также: Codeception\Module\REST::grabAttributeFrom()
public grabAttributeFrom ( $cssOrXPath, $attribute ) : string
$cssOrXPath
$attribute
Результат string
    public function grabAttributeFrom($cssOrXPath, $attribute)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('grabAttributeFrom', func_get_args()));
    }
AcceptanceTesterActions