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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -