Answer Posted / surya
using WebDriverWait we can check as we can wait until completion of expected condition.
ex:
WebDriverWait wait = new WebDriverWait(driver, 10);
WebElement elem = driver.findElement(By.id("myInvisibleElement"));
elem.click();
wait.until(ExpectedConditions.visibilityOf(elem));
please correct me if i m wrong.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the command to insert text into the HTML text box using Selenium?
Which webdriver implementation claims to be the fastest?
selenium can handle pop-up windows based on selenium is a test tool?
Explain what is the main difference between web-driver and rc?
What are the different types of annotations which are used in selenium?
How to capture screenshot in webdriver?
What You Know About Selenium Grid?
Explain what is assertion in selenium and what are the types of assertion?
What is the meaning of assertion in selenium and what are the types of assertion?
What is the purpose of deselecting all() method?
Do you know how to locate a link using its text in selenium?
What is a node in selenium grid?
What is a hub in selenium grid?
Mention what is the use of x-path?
What is selenium? What are the different selenium components?