Skip to content

Commit

Permalink
is_online is no more, see mobile.network_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed May 27, 2014
1 parent 4dd1c8d commit 31c4153
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions py/selenium/webdriver/remote/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,6 @@ def orientation(self, value):
else:
raise WebDriverException("You can only set the orientation to 'LANDSCAPE' and 'PORTRAIT'")

def is_online(self):
""" Returns a boolean if the browser is online or offline"""
return self.execute(Command.IS_BROWSER_ONLINE)['value']

@property
def application_cache(self):
""" Returns a ApplicationCache Object to interact with the browser app cache"""
Expand Down

0 comments on commit 31c4153

Please sign in to comment.