Skip to content

Commit 31c4153

Browse files
committed
is_online is no more, see mobile.network_connection
1 parent 4dd1c8d commit 31c4153

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

py/selenium/webdriver/remote/webdriver.py

-4
Original file line numberDiff line numberDiff line change
@@ -799,10 +799,6 @@ def orientation(self, value):
799799
else:
800800
raise WebDriverException("You can only set the orientation to 'LANDSCAPE' and 'PORTRAIT'")
801801

802-
def is_online(self):
803-
""" Returns a boolean if the browser is online or offline"""
804-
return self.execute(Command.IS_BROWSER_ONLINE)['value']
805-
806802
@property
807803
def application_cache(self):
808804
""" Returns a ApplicationCache Object to interact with the browser app cache"""

0 commit comments

Comments
 (0)