Hi,
Inspector is not recognizing a modal window inside app. My team uses titanium to build their apps so i dont know if that has something to do with the window not being recognized? Android didnt give me any issues.
thanks!
Hi,
Inspector is not recognizing a modal window inside app. My team uses titanium to build their apps so i dont know if that has something to do with the window not being recognized? Android didnt give me any issues.
thanks!
Have you tried using Appium.promote_appium_methods Object? You can use promote_appium_methods and an unless condition and wait for the nativeapp window to be visible and then click on it.
Im writing my tests in Java :\