-
Notifications
You must be signed in to change notification settings - Fork 394
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
add app switcher in api? #747
Comments
Do you have any idea how to achieve it via WDA? I guess you would like to do like via assistive touch's app switcher in real devices. It possibly can do swipe-up action for non-physical home button devices but not sure of the necessity for automation purpose as Appium/WDA. |
|
It would be great if you could find out. Then, it is appreciated to share it with us. (I only found via assistive touch method, so no direct api) The gesture approach works only non-physical home button devices, so personally, it would be nice to keep it as your implementation with w3c actions for your test case. For iPad usage, maybe some situation work, but some might not. It is welcome to create a PR, btw. Perhaps if such API can confirm the app switcher is active, it may be great. For example the gesture approach works only when currently the device has no app switcher view. I haven't confirmed if we could do such detection though. |
in the simulator, choose device, app switcher, the simulator will run the switcher
do you consider add wda/appswitcher?
The text was updated successfully, but these errors were encountered: