Skip to content
Discussion options

You must be logged in to vote

Found a solution for this challenge!

const webdriver = require("selenium-webdriver");

const el1d = await browser.element('.myElement').getId();
browser.waitForElementNotPresent(webdriver.By.id(elId));

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MurzNN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant