Answer Posted / 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 |
Post New Answer View All Answers
How to delete browser cookies with selenium web driver?
What is the purpose of creating a reference variable- ‘driver’ of type
How can it be found if an item is displayed on the screen?
How would you test your element locator?
Explain what is the difference between borland silk and selenium?
What are startpoints and breakpoints in selenium?
What type of tests have you automated?
What are the different types of waits available in webdriver?
While injecting capabilities in webdriver to perform tests on a browser which is not supported by a webdriver what is the limitation that one can come across?
How to assert title of the web page?
How can you handle network latency using selenium?
What are the different types of wait statements in selenium webdriver?
What is the object repository?
Name an api used for logging in java?
What test can selenium do?