C#Selenium:使用LAN路径创建FireFoxProfile

时间:2015-12-31 09:20:41

标签: c# selenium selenium-webdriver selenium-firefoxdriver

我使用参数配置文件目录

创建配置文件
FirefoxProfile profile = new FirefoxProfile(path);
driver = new OpenQA.Selenium.Firefox.FirefoxDriver(profile);
driver.Navigate().GoToUrl("http://www.google.com");

路径是LAN路径:@“\\ 192.168.1.1 \ Profiles \ profile1”

它工作但随机,我测试了2 VPS,一次运行app,一次(192.168.1.1)包含Profiles,都运行WIN XP。

但是,当我将app和Profiles与其他2个VPS一起放到其他服务器上时,应用程序被冻结在FirefoxProfile profile = new FirefoxProfile(path);

请问身体有什么想法吗?

0 个答案:

没有答案