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

While executing my test suite I have to switch between multiple wifi networks available.
In the middle of the execution I have to change my wifi connection from Wifi_Network_1 to Network_2 provided ssid name and password of wifi network. How can it be done?

  • created

    Jul '18
  • last reply

    Oct '18
  • 3

    replies

  • 662

    views

  • 2

    users

2 months later

In iOS run the application in background and perform the operation u want(for example click on settings and switch wifi)
to run app in back ground
driver.runAppInBackground(Duration.ofSeconds(1));