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

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -