Dan Graham

Results 46 comments of Dan Graham

This method opens the "Quick Settings": https://developer.android.com/reference/android/support/test/uiautomator/UiDevice#openquicksettings We can probably use that to toggle the wifi.

Hi @truebit, I've added this to our backlog of potential future enhancements. This would require changes to: https://github.com/appium/appium-android-driver https://github.com/appium/appium We would need to add parameters to Appium that would configure...

@truebit @imurchie There are still some open PR's for this (https://github.com/appium/appium/pull/6561). Should we still review those or are we good to close this?

It's in a native context. If I understand correctly, @simonDominos is asking for a way to inspect and target elements React Native JSX instead of the usual Appium source xml....

We would need to: 1. Have a helper method that pings the react native runtime and gets the JSX for the running RN app 2. A selector strategy that queries...

I would consider asking the React Native team though, they may have some desire to have a feature like this. They could even develop a driver for Appium (something like...