Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created January 29, 2020 14:17
for (i = 0; i < linksCount - 1; i++) {
let randomIndex = Math.floor(Math.random() * linksCount);
headerMenuLinks[randomIndex].click();
browser.back();
browser.pause(3000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment