_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