internet explorer - Setting the path for the ie driver in Thucydides does not work -
in thucydides.properties file have following:
webdriver.ie.driver = c:\\users\\scott-h\\iedriverserver.exe webdriver.chrome.driver = c:\\users\\scott-h\\chromedriver.exe chrome works fine internet explorer not. ie run have manualy set system properties in tests.
system.setproperty("webdriver.ie.driver", "c:\\users\\scott-h\\iedriverserver.exe"); failed create new webdriver_driver instance
does have ideas why 1 work not other?
@story(application.search.searchbykeyword.class) @runwith(thucydidesrunner.class) public class createcontacttest { @managed public webdriver driver; where driver being created
to make chromedriver or iedriver work, location must in system path, or set system.setproperty. if 1 work , doesn't, means not in path, , 1 of them set elsewhere, while other not. think framework configuration sets chromedriver path somewhere, doesn't same iedriver.
Comments
Post a Comment