Selenium 2 和 c#:如何获取特定 IWebElement 下面的 html 代码?
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉误读了你的问题。确实有一个 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.