c# - Not able to find any elements identified on the webpage after the InternetExplorer browser is launched through Selenium Webdriver -


i using selenium webdriver 2.24 automate website. ie browser gets launched using webdriver, driver not able find fields present (such text boxes, buttons etc ) on page , throwing unable locate element.

i used visual studio c# write code. same works fine on firefox.

note: when try driver.pagesource ; returns null value

possible reasons/suggestions solve issue?

other people have had problems 2.24 too--try either going 2.23 or move on 2.25.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -