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
I'm seeing some annoying behavior where find elements fail because the application under test is getting pushed out of focus by notifications. To workaround this, I basically had to write a wrapper that checks app state and activates the expected application prior to trying to find element. This isn't perfect though and still fails occasionally
The text was updated successfully, but these errors were encountered:
I've read through this https://github.com/appium/appium-mac2-driver#application-under-test-concept and various issues. I did look much into the code yet. Is there a technical reason why the mac2 drive requires an application under test?
I'm seeing some annoying behavior where find elements fail because the application under test is getting pushed out of focus by notifications. To workaround this, I basically had to write a wrapper that checks app state and activates the expected application prior to trying to find element. This isn't perfect though and still fails occasionally
The text was updated successfully, but these errors were encountered: