internet explorer 8 - Selenium 2 - IE8 differences between RemoteWebDriver and DefaultSelenium -
background: i've upgraded use selenium 2 , using remotewebdriver drive tests. problem when remotewebdriver instantiated launches browser (ie8) behaves differently browser selenium launches when use defaultselenium class drive tests.
the browser remotewebdriver launches not load web page test - displays message 'downloading picture about:blank...' in status bar, test cannot proceed.
my question this: difference between ie8 browser defaultselenium launches , 1 remotewebdriver launches? can configured?
cheers.
you may running protected mode issues in ie. ie using selenium webdriver api (that's using remotewebdriver), need configure browser first. correct settings ie detailed in selenium project wiki.
also note if you're running tests on same machine ie, can skip using remotewebdriver altogether, , create instance of internetexplorerdriver.
Comments
Post a Comment