Using Appium with webdriverio and recently upgraded to iOS12 and newest version of Appium desktop (1.7.1)
Previously my automation was running fine and was able to interact with webview elements which came back as enabled and visible: true.
Since the upgrades, elements within the webview are coming back as enabled: true, but visible: false…so it is unable to interact with them via the Accessibility IDs.
Is anyone else having similar problems?