gpt4 book ai didi

html - 在我的应用程序中,我需要验证 Selenium webdriver 中的通过或失败图标

转载 作者:太空宇宙 更新时间:2023-11-04 02:14:44 25 4
gpt4 key购买 nike

这是应用程序的html

 div id="StatusCircle" style="float: right; width: 50px; height: 50px;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;background: RED;" - this is for Fail

div id="StatusCircle" style="float: right; width: 50px; height: 50px;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;background: GREEN;" - this is for Pass

我能得到

  .//*[@id='MainContent']/a[2]/div/div/div[@id='StatusCircle']

但是如何得到它的红色或绿色。

最佳答案

您需要使用返回 rgb 值的“getCssValue()”获取颜色背景,然后转换为十六进制值进行检查。

更多信息:

getCssValue (Color) in Hex format in Selenium WebDriver

Selenium Webdriver - Get Background color of an element in Hex - Example

关于html - 在我的应用程序中,我需要验证 Selenium webdriver 中的通过或失败图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39077701/

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