_generated\AcceptanceTesterActions::grabTextContentFromXmlElement PHP Method

grabTextContentFromXmlElement() public method

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