Difference between get window handle & get window handles
Answer / mu
Get "window handle" is used to handle a single window, and "window handles" is used to handle multiplewindows.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a keyword driven framework?
What does a single “/” bar in XPath do?
What are the different types of drivers available in webdriver?
What is the meaning of assertion in selenium and what are the types of assertion?
Tell me how can we launch different browsers in selenium webdriver?
What are the limitations of using selenium as a test tool?
Explain the difference between assert and verify commands?
What are the different types of waits available in webdriver?
What is the difference between driver.close() and driver.quit() methods?
Explain what is the main difference between web-driver and rc?
How to highlight element using selenium webdriver?
What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?