- tofuburger
- Posts : 2
Join date : 2013-05-01
iFrame reloading and id not found
Thu May 02, 2013 9:58 pm
hello, would anyone please tell me how i can get ids from a reloaded iframe? seems selenium wont get the new source because i cant find the specified id. some hind would be nice
Greets
tofu
Greets
tofu
Re: iFrame reloading and id not found
Fri May 03, 2013 9:37 am
which version of Selenium are you using?
if you know id in advance then can wait conditionally to wait for iframe with that id to appear.
if you know id in advance then can wait conditionally to wait for iframe with that id to appear.
- 14rahul
- Posts : 4
Join date : 2012-09-11
Re: iFrame reloading and id not found
Mon May 27, 2013 1:20 pm
used
driver.switchTo().defaultContent().switchTo().frame("Frame");
or
Thread.sleep(1000);
Permissions in this forum:
You cannot reply to topics in this forum