-
-
Notifications
You must be signed in to change notification settings - Fork 2
IFrame Support #14
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently AutoWeb does not support IFrames. We can add support by using some of the following commands to switch to the iframe and go back to the default page.
driver.switchTo().frame(driver.findElement(By.id("frameId")));
//do your stuff
driver.switchTo().defaultContent();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working