Justin

Results 1 comments of Justin

Ran into the same issue, but instead used return isset($results['value']['ELEMENT']) ? new WebElement($this, $results['value']['ELEMENT']) : null; The function is be triggered by waitForElementUntilIsPresent() when used By::id(), so throwing a exception...