appium-safari-driver
appium-safari-driver copied to clipboard
Bug: command GET /session/..../element/..../displayed was not found
I use the driver to perform tests on the Safari browser, but the tests fail when I try to use WebElement#isDisplayed(). Please see the logs below. All the relevant information is there.
When is it planned to integrate the command? Is there a way I could have a temporary fix?
I don't think there is a fix for it because safaridriver itself does not define any handlers for the above endpoint. Check https://w3c.github.io/webdriver/#element-displayedness for possible workarounds or report the issue to Apple