facebookarchive / WebDriverAgent

A WebDriver server for iOS that runs inside the Simulator.
Other
4.15k stars 1.37k forks source link

/wda/getPasteboard #1066

Open solvd-onechet opened 5 years ago

solvd-onechet commented 5 years ago

UIPasteboard gets a nil object in wda, but there is a string in the UIPasteboard. Reproducible only on real devices. On the iOS simulator /wda/getPasteboard works perfectly.

mykola-mokhnach commented 5 years ago

This is iOS security concern. One won't get it working on real devices

solvd-onechet commented 5 years ago

Do you have any link into official doc where I can see this statement?

mykola-mokhnach commented 5 years ago

https://stackoverflow.com/questions/31885220/uipasteboard-string-returning-null-from-today-extension/31886609