标签: javascript selenium robotframework
我不知道如何使用机器人框架验证网页中的bg颜色。
任何人都可以帮帮我吗?
答案 0 :(得分:-1)
你可以尝试执行以下js脚本,该脚本应返回标记的RGB代码
document.defaultView.getComputedStyle(document.getElementById('your_tag_id'),null).getPropertyValue('background-color');