好的 Selenium WebDriver 扩展?

发布于 2024-12-29 03:57:09 字数 1540 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

拧巴小姐 2025-01-05 03:57:09

你也可以尝试一下。我们使用它,并且喜欢它。

Selenium WebDriverSEd Nuget

Selenium WebDriverSEd GitHub

You could also try. We use it, and love it.

Selenium WebDriverSEd Nuget

Selenium WebDriverSEd GitHub

时间海 2025-01-05 03:57:09

无耻的自我插件(因为我是这个框架的开发团队成员):

尝试:http://webinator.codeplex。 com/

Shameless self-plug (because I'm on the dev team for this framework):

Try: http://webinator.codeplex.com/

溇涏 2025-01-05 03:57:09

您是否从 Selenium 下载了 C# 客户端驱动程序? http://selenium.googlecode.com/files/selenium-dotnet-2.17 .0.zip

我正在使用它,我也可以将 XPath 与它一起使用:

 _ieWebDriver.Navigate().GoToUrl("http://www.google.co.uk");
 IWebElement queryBox = _ieWebDriver.FindElement(By.Name("q"));
 queryBox.FindElement(By.XPath(""));

对于带有 Selenium 的表类,您可能想看看 FITNESSE 与 Selenium 一起使用。

Have you downloaded the C# Client Driver from Selenium? http://selenium.googlecode.com/files/selenium-dotnet-2.17.0.zip

I'm using it and I can use XPath with it as well:

 _ieWebDriver.Navigate().GoToUrl("http://www.google.co.uk");
 IWebElement queryBox = _ieWebDriver.FindElement(By.Name("q"));
 queryBox.FindElement(By.XPath(""));

For Table Class with Selenium, you may like to have a look at FITNESSE to be used with Selenium.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文