Skip to content
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

[Feat] keep webdriverAgent active in Background, for clipboard ability #934

Open
wabicai opened this issue Aug 8, 2024 · 1 comment
Open

Comments

@wabicai
Copy link

wabicai commented Aug 8, 2024

Over iOS 14+ version, we could not run driver.getClipboard in real iOS device, for secure reason.
"app could not get Clipboard data when it's running background"

So I thought a method to get clipboard while webdriver running background.
See the apple office document:
https://developer.apple.com/documentation/xcode/configuring-background-execution-modes

I think it may be helpful, if webdriver could keep active in background.

@KazuCocoa
Copy link
Member

KazuCocoa commented Aug 9, 2024

Did you confirm that the method helped? I wondered if it could increase background resource usage than without that. Then, we could probably leave it as an advanced guide. Perhaps it requires a new provisioning profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants