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 programming languages are you able to use in selenium rc?
What is the difference between getwindowhandles() and getwindowhandle()?
How to get typed text from a textbox?
How we handle pop-up web-based ?
What is the price of selenium license per server?
How do you read data from excel?
Explain xpath.
List some of the operating systems that are supported by selenium webdriver.
How do you send enter/tab keys in webdriver?
What is the difference between driver.getwindowhandle() and driver.getwindowhandles() in selenium?
What is the difference between implicit wait and explicit wait?
what are the four parameters that have to be passed to selenium?