Skip to content

Commit 4e1899d

Browse files
author
AutomatedTester
committed
Removing switch_to_parent_frame from driver to use new switch_to.
1 parent 605a014 commit 4e1899d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,6 @@ def switch_to_alert(self):
518518
warnings.warn("use driver.switch_to.alert instead", DeprecationWarning)
519519
return self._switch_to.alert
520520

521-
def switch_to_parent_frame(self):
522-
self._switch_to.parent_frame
523-
524521
#Navigation
525522
def back(self):
526523
"""

0 commit comments

Comments
 (0)