Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我单击网页上的链接时,超链接的颜色会发生变化。如何使用 selenium Web 驱动程序测试此功能。
据我所知,你不能。
链接的“状态”(访问或未访问)由浏览器设置。根据“状态”,链接以一种颜色或另一种颜色显示。CSS 可以覆盖浏览器使用的颜色,但不能覆盖“状态”。这不是 Selenium 可以让您访问的东西。
此外,我同意 sircapsalot,这是浪费时间,因为您将测试 Web 浏览器是否完成其工作而不是网页本身。