如何在C#中设置系统属性.
在java中我可以使用:
System.setProperty("webdriver.chrome.driver","/path/to/where/you/ve/put/chromedriver.exe");
如何在C#中做到这一点?
c#
c# ×1