gpt4 book ai didi

html - 有没有办法使用 Selenium/WebDriver 提取 html 评论?

转载 作者:可可西里 更新时间:2023-11-01 12:52:36 28 4
gpt4 key购买 nike

我需要测试的 Web 应用程序由框架组成,末尾有一个 HTML 注释 ( <!-- some text --> ),当页面完成加载时它会出现。

最佳答案

您可以获取页面源并检查评论是否存在

 _driver.Navigate().GoToUrl("http://mysite.com");
var source = _driver.PageSource;
//check the source of the page to see if the commet is there.

关于html - 有没有办法使用 Selenium/WebDriver 提取 html 评论?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8416788/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com