How do you handle frames
Answer / surya
driver.switchTo().frame() -> using this we can handle frames in selenium webdriver.
There were mainly three ways of switching between Iframes.
•By Frame Index
•By Frame ID or Name
•By Frame WebElement
for more details refer this link:
http://toolsqa.com/selenium-webdriver/interact-with-elements-inside-an-iframe/
| Is This Answer Correct ? | 1 Yes | 0 No |
What are heightened privileges browsers?
What are the different types of locators in Selenium?
Tell me how can you handle network latency using selenium?
Why testers should opt for selenium and not qtp?
Tell me can selenium handle windows based pop-up?
Explain the difference between close and quit command?
Which web driver implementation is fastest?
What is the difference between close() and quit()?
How to achieve database testing in selenium?
What is difference between qtp and selenium?
What are the testing kinds that can be supported by selenium?
Explain junit. What are annotations?