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
hmcgowan edited this page Oct 3, 2012
·
1 revision
Modal dialogs can be a bit of a pain to deal with and in webdriver you need to switch your window use in Page.browser. To make this easier to use, simply wrap the code that should be excercised in a modal dialog as follows:
This code will switch Page.browser to the last window opened by the browser, execute the code and then reset the window to the previously focused window