andresdominguez / elementor

An improved element finder for protractor
MIT License
339 stars 27 forks source link

How to select an element inside an iframe ? Is there a way to switch inside an iframe and select an element from there ? #51

Open raghavan85 opened 7 years ago

raghavan85 commented 7 years ago

Hi,

I am wondering if there is a way to perform an action like:

driver.switchTo().frame(driver.findElement(By.name("iFrameTitle"))) and select an element inside an iframe.

Please let me know if there is any option like that or needs to be built.