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
am i able do it with dalekjs? or it needs to be implemented? if second, where i need to start to implement this type of assertions? thank you
The text was updated successfully, but these errors were encountered:
wwwsevolod
changed the title
Assert windows and urls of windows opened via window.open or a[href="somewhere][target="_blank"]
Assert windows and urls of windows opened via window.open or a[href="somewhere"][target="_blank"]
Nov 10, 2014
What you can do is (if you know the name of the window to navigate to), use the .toWindow() method (Docs) to "jump" to the window and then du a regular url assertion there. This is currently not possible for windows that do not have a name.
am i able do it with dalekjs? or it needs to be implemented? if second, where i need to start to implement this type of assertions? thank you
The text was updated successfully, but these errors were encountered: