Replies: 1 comment
-
This seems to work:
... and Could someone please explain why these other versions aren't working? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble accepting the Bluetooth permission on iOS, and it seems like there are a few issues, which might just be due to my lack of experience with Patrol...
For the app's Bluetooth permission, iOS shows a system dialog that starts with "[app name]" Would Like to Use Bluetooth, and this has an OK button. Here's how I'm trying to automate pressing this button:
Issues:
Is there a way to add additional log lines, or to include this information in the existing logging?
idb ui describe-all
command, but that is failing:Is there a way to get
idb
working, or is there another option here?NativeAutomator
, but is there a way to verify this?Getting those answers should help with writing tests in general, so I'm really hoping someone will be able to help there, but specifically— does someone have an example of clicking through this popup on iOS?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions