Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created April 15, 2020 14:07
// the switch function shifts the control to the new window //
browser.switchTo().window(myguid);
// break keyword to come out of the loop //
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment