Cannot call Selenium 2 System.setProperty("webdriver.ie.driver" from C# -
when trying call system.setproperty("webdriver.ie.driver" c#, linqpad says setproperty cannot found in system.
actually system doesn't exist in selenium dll c# possible or did miss ?
i believe system.setproperty()
java, see doc here.
what trying do?
if want set path ie driver, here how in c# (doc here):
// other overloads, check doc please iwebdriver driver = new internetexplorerdriver(@"c:\pathto\iedriverserver");
Comments
Post a Comment