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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
It would be very handy to be able to switch windows like the Selenium 2 driver can. If I get a chance I will work on this, but if someone else can do it that would rock.
The text was updated successfully, but these errors were encountered:
_selectWindow(popupId) call will switch context for all upcoming API calls to given window (not sure if window is focused visually too).
_focusWindow() would focus currently active window
I guess combining both should get us implementation of switchToWindow method of MinkSahiDriver at least.
As for switchToIFrame I can't find needed API, since to Sahi accessing data from iframe from same domain is no different from accessing data on a regular page. No need to focus on iframe specifically to perform commands in it I mean.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be very handy to be able to switch windows like the Selenium 2 driver can. If I get a chance I will work on this, but if someone else can do it that would rock.
The text was updated successfully, but these errors were encountered: