Selenium cannot find the element under iframe -
i'm trying find element under iframe, , i've switch frame, still can not find element enter image description here
my html in link: http://pastebin.com/ashyrdxq
hi first of i found 1 iframe on page id = msgframe , please note per source code frame commented not playing role hence please not use switch driver use
list<webelement> commonelements = driver.findelements(by.classname("apps_title")); for(int =0;i<commonelements.size();i++){ system.out.println(commonelements.get(i).gettext()); }
and work hope you.
Comments
Post a Comment