d4vidi
d4vidi
> Why doesn't it translate to native accessibility properties? 🤔 Not sure if I understand. Could someone call `device.captureViewHierarchy()` on iOS and upload it here (+JSX fragment with that `nativeID`)?...
> Is this anyhow related to Pasteboard on iOS? > > #658 Nice catch. Might be, though it looks different. @asafkorem wdyt?
Thanks @alkimake. We've contemplated introducing that into our official API's in the past (long ago), I'm having trouble recalling why we eventually decided not to do so. In any case,...
> Hi @d4vidi, > > Thanks for quick reply. If i find a time i will try to make a PR with your suggested API. Would be exciting to have!
This can be done using the unofficial API: `await device.deviceDriver.adb.shell('svc wifi disable')` - subject to the following verification: `if (device.getPlatform() === 'android')`