Overrides CoreDriver::getAttribute
public function getAttribute(string $xpath, string $name) { $script = 'return {{ELEMENT}}.getAttribute(' . json_encode((string) $name) . ')'; return $this->executeJsOnXpath($xpath, $script); }