admc / wd

A node.js client for webdriver/selenium 2.
Other
1.53k stars 402 forks source link

How to put app in a background ? #512

Open ios-dev-newbie opened 6 years ago

ios-dev-newbie commented 6 years ago

I want to put app in a background with admc/wd. I tried with 'driver.runAppInBackground'. but it is not working.

Please provide the function for the same.

Thanks.

imurchie commented 6 years ago

driver. backgroundApp(seconds). See https://github.com/admc/wd/blob/master/doc/api.md fr available functions.