Patrick Kolenic
Results
1
issues of
Patrick Kolenic
Just a couple simple methods that would enhance the RemoteWebElement public function getParent() { return $this->findElement(WebDriverBy::xpath('..')); } public function hasClass(string $className) { $class = $this->getAttribute('class'); if (!empty($class)) { return in_array($className,...
help wanted