We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd1c8d commit 31c4153Copy full SHA for 31c4153
py/selenium/webdriver/remote/webdriver.py
@@ -799,10 +799,6 @@ def orientation(self, value):
799
else:
800
raise WebDriverException("You can only set the orientation to 'LANDSCAPE' and 'PORTRAIT'")
801
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
-
806
@property
807
def application_cache(self):
808
""" Returns a ApplicationCache Object to interact with the browser app cache"""
0 commit comments