.NET平台下的Selenium dll文件

4

我正在安装Selenium来学习自动化测试,我选择了C#.Net作为我的语言。我从这个页面下载了.Net客户端驱动程序-http://seleniumhq.org/download/,即我下载了:

enter image description here

现在我按照步骤操作时,它说我需要在Visual Studio中创建一个类库,然后添加对一些NUnit和Selenium dll文件的引用。好吧,我安装了NUnit,创建了类库,并尝试引用dll文件时,发现有些文件找不到,这些文件应该是需要添加的。如果有人以前遇到过类似的问题或知道我可以在哪里找到这些文件,请帮忙。 需要添加的文件:

http://seleniumhq.org/docs/appendix_installing_dotnet_driver_client.html#configuring-selenium-rc-net-reference

enter image description here

我机器上的Dll文件有:

enter image description here

我只有ThoughtWorks.Selenium.Core.dll。 我在NUnit文件夹中找到了NUnit.framework.dll和NUnit.nmock.dll。
Issue: I don't have or am not able to find the following dll's:
nunit.core.dll
nmock.dll
ThoughtWorks.Selenium.IntegrationTests.dll
ThoughtWorks.Selenium.UnitTests.dll.

请提供建议。

你找到程序集在哪里了吗? - Antebios
1个回答

1

恰好我也在寻找同样的东西,现在找到了。

https://github.com/schneems/Selenium-RC-Beta-2

您需要前往此处下载整个包的zip文件。 解压缩该文件,并在“selenium-dotnet-client-driver-1.0-beta-2”文件夹中找到所需内容。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接