In some cases, no expected elements are in views via Appium/UIA2 driver. It has some conditions, so it is worth trying out the below settings apis.
enableMultiWindowsignoreUnimportantViewsallowInvisibleElements
These attributes allow you to find elements via Appium/UIA2 driver. They may not be able to find via uiautomator framework via Android as general way, so you need to interact with them via xpath finding element/s strategy.
Hi, I would like to know how to use this api settings in Appium, Typescript when I use webdriverIO – I cannot find any information how should I use it
allowInvisibleElements
Thanks for help
The API itself should be https://webdriver.io/docs/api/appium/#updatesettings