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
Post a Comment