Selenium 2 和 c#:如何获取特定 IWebElement 下面的 html 代码?

发布于 2024-10-29 03:31:22 字数 133 浏览 1 评论 0原文

如何使用 Selenium 2 和 C# 获取特定 IWebElement 下面的 html 代码?

或者,目前这是不可能的,我需要通过 IWebDriver.PageSource 获取整个 html 源代码?

How is it possible to get the html code below a specific IWebElement using Selenium 2 and C#?

Or, is this not possible at this time and I need to fetch the whole html sourcecode via IWebDriver.PageSource?

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

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

发布评论

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

评论(1

沫雨熙 2024-11-05 03:31:22

抱歉误读了你的问题。确实有一个 API 可以实现这一点,正如您所说 -

IWebDriver.PageSource

另一方面,您是否支持area51 上的 Selenium 提案 -
http://area51.stackexchange.com/proposals/4693/selenium
您只需单击“提交”按钮即可支持站点,同时使用您的 stack ovewflow 帐户登录。该提案得到了 SeleniumHQ 的支持,我们需要更多的用户来承诺它,以使其得以实现。

Sorry misread your question. There is indeed one API for this and as you said -

IWebDriver.PageSource

On a different note, did you support Selenium Proposal on area51 -
http://area51.stackexchange.com/proposals/4693/selenium
You just need to click Commit button to support site, while having logged in using your stack ovewflow account. This proposal is backed by SeleniumHQ and we need more users to commit to it to make it see day of light.

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