appium-safari-driver icon indicating copy to clipboard operation
appium-safari-driver copied to clipboard

Bug: command GET /session/..../element/..../displayed was not found

Open AlessandroMiccoli opened this issue 2 years ago • 1 comments

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.

Screenshot 2023-09-19 at 07 53 46

When is it planned to integrate the command? Is there a way I could have a temporary fix?

AlessandroMiccoli avatar Sep 19 '23 06:09 AlessandroMiccoli

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

mykola-mokhnach avatar Sep 19 '23 07:09 mykola-mokhnach