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
Please avoid submitting usage questions as issues and use the user mailing list at https://groups.google.com/forum/#!forum/geb-user instead.
I am doing test automation with geb in groovy, curently dealing with scenario like: First, I am in parent window, from there I open new window and do some search there, Clicking on the search result generates a confirm dialogue and updates the value in parent page, Bypassing the dialog with withConfirm(). then I come to parent window but nothing executes after that. I think geb is getting confused between pages.
In parent Page
open new window
search for something
click on the first search result
clicking on it opens a confirm dialog
click okay and close the new window
continue with parent window
Please avoid submitting usage questions as issues and use the user mailing list at https://groups.google.com/forum/#!forum/geb-user instead.
I am doing test automation with geb in groovy, curently dealing with scenario like: First, I am in parent window, from there I open new window and do some search there, Clicking on the search result generates a confirm dialogue and updates the value in parent page, Bypassing the dialog with withConfirm(). then I come to parent window but nothing executes after that. I think geb is getting confused between pages.
In parent Page
open new window
search for something
click on the first search result
clicking on it opens a confirm dialog
click okay and close the new window
continue with parent window
My code looks like:
Error:
Methods I tried but seems useless:
Thanks in advance
The text was updated successfully, but these errors were encountered: