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
What is intellij?
Which are the browsers supported by selenium ide?
How to select value in a dropdown?
What is the significance of testng.xml?
How can we handle window ui elements and window pop ups using selenium?
What is testng assert and list out some common assertions supported by testng?
What kinds of tests can Selenium support?
How to capture bitmaps in selenium?
What are the capabilities of selenium webdriver or google webdriver or selenium 2.0?
Why selenium rc is used?
Explain what are the limitations of selenium ide?
How do u get the attribute of the web element?
Tell me how you can capture server side log selenium server?
How to scroll web page down or up using selenium webdriver?
How selenium grid hub keeps in touch with rc slave machine?