Returns specified attribute value.
string $name:
string|null
public function getAttribute(string $name) { return $this->getDriver() ->getAttribute($this->getXpath(), $name); }