Skip to content

Commit

Permalink
Removing switch_to_parent_frame from driver to use new switch_to.
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 25, 2014
1 parent 605a014 commit 4e1899d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py/selenium/webdriver/remote/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,6 @@ def switch_to_alert(self):
warnings.warn("use driver.switch_to.alert instead", DeprecationWarning)
return self._switch_to.alert

def switch_to_parent_frame(self):
self._switch_to.parent_frame

#Navigation
def back(self):
"""
Expand Down

0 comments on commit 4e1899d

Please sign in to comment.