You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
I faced with issue while automating iOS app using appium. Some elements on web view are not clicked after commands. I've tried with regular webdriver actions like 'click()' and using 'action_chains', also tried click on coordinate and it did not work. In the same time I was able to perform on this element using android. Since application always opens in landscape and there is known issue with coordinates in this mode I've pulled changes from this PR to my local WebDriverAgent #878 but click/tap still doesn't work.
If someone can suggest me how to fix this issue, it would be really helpful for me.
appium 1.7.2 version
platform = iOS
platform version = 11.2.6
device = iPad Air 2
Xcode = 9.2