You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that support for switching to parent frame has been added to web driver via WebDriver.TargetLocator.parentFrame() use that instead of WebDriver.TargetLocator.defaultContent() to switch out of the frame at the end of withFrame() method. This will mean that after a nested call to withFrame() the context will be reverted to that of the parent frame and not the top level of the document.
The text was updated successfully, but these errors were encountered:
Now that support for switching to parent frame has been added to web driver via
WebDriver.TargetLocator.parentFrame()
use that instead ofWebDriver.TargetLocator.defaultContent()
to switch out of the frame at the end ofwithFrame()
method. This will mean that after a nested call towithFrame()
the context will be reverted to that of the parent frame and not the top level of the document.The text was updated successfully, but these errors were encountered: