elementor
elementor copied to clipboard
How to select an element inside an iframe ? Is there a way to switch inside an iframe and select an element from there ?
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.