在使用Ironpython引用WebDriver程序集做web自动化时碰到这个问题,出问题的代码很简单,如下: import sys import clr clr.AddReferenceToFileAndPath(r"c:\WebDriver.dll") 运行抛出异常,告知无法添加引用 解决方案: clr的AddReferenceXX系列方法其实就是Assembly.LoadXX系列... Read More
posted @ 2013-12-10 18:29 Dance With Automation Views(527) Comments(0) Diggs(0) Edit