How to tap options on Share sheet #917
Replies: 5 comments
-
Hi! Can you share example screenshots of these share sheets? On Android, it should be possible by tapping on the text that is visible. For example: await $.native.tap(Selector(text: "Telegram")); // share using Telegram On iOS it would be the same, but you'd also have to know the await $.native.tap(
Selector(text: "Telegram")); // share using Telegram
appId: 'com.apple.springboard',
); But I'm not sure if |
Beta Was this translation helpful? Give feedback.
-
Will update if I have any success with either Android or iOS |
Beta Was this translation helpful? Give feedback.
-
@bartekpacia working on Android. For iOS, I might have to add a step for manual interaction with the share sheet for now. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm happy that you got Android working 🚀 As for iOS, try without specifying |
Beta Was this translation helpful? Give feedback.
-
No success for iOS. Tried with no appId and also with "com.apple.springboard". I have verified that other native commands like |
Beta Was this translation helpful? Give feedback.
-
Is it possible to interact with the Native iOS or Android Share sheet using patrol? Any code sample would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions