-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can I find the component after multi App is launch #285
Comments
Does the page source shows the most front app only? this driver depends on XCTest framework. I wonder if the XCTest framework can find elements/interact with elements that is on the top. Coordinate-based interaction would work for all cases, though. |
this is my test demo I add source and appium log |
I think I get some advice form this: https://discuss.appium.io/t/trying-to-work-with-2-drivers-at-a-time-for-macos-application/41797 |
In my scenario, I need to open different apps, such as settings and notes, then I will find and click on the component in settings, and then go to notes to find and click on the component.
I found some the question, When I launchApp settings firstly, and launchApp notes secondly, I can find component of notes, but can not find component of setting even if setting ui is visible on the screen
The text was updated successfully, but these errors were encountered: