This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 11
Oct 2014

I am doing a test with appium on iOS 7.0.3 and I have no idea to connect my device to an AP with wifi.
Is there any method can achieve this like set_network_connection on Android? Other way, I tried to press home key manually(I don't know how to press home key on iOS with appium, neither.), and then findout the setting app and click it, but it does nothing even it can find the element named settings. Why?

  • created

    Oct '14
  • last reply

    Apr '18
  • 10

    replies

  • 2.4k

    views

  • 6

    users

  • 1

    like

  • 3

    links

Try specifically automating the settings app, rather than pressing the home button.

You mean to create two sessions in my test, one for settings and the other for my target app?
But as I know, we can create only one session at the same time in appium. How to control my target app and ios settings at the same time in one test?

That's a pity. Can we aumate the local settings app in iOS? What's the bundle of this app?

9 days later

Yes you can automate the ios settings app, we do it in the appium test suite. You can look for examples there.

8 days later

You're going to like this answer:

All you need to do is pass 'settings' as the app in the desired capabilities.

desired_capabilities = {app: 'settings'}

2 years later
7 months later

Did anyone manage to run test over WiFi on a real iOS Device?

I can’t get it running even with Xcode 9 and iOS 11