如何使用Robot框架在网页中验证BGcolor

时间:2018-06-06 04:29:05

标签: javascript selenium robotframework

我不知道如何使用机器人框架验证网页中的bg颜色。

任何人都可以帮帮我吗?

1 个答案:

答案 0 :(得分:-1)

你可以尝试执行以下js脚本,该脚本应返回标记的RGB代码

document.defaultView.getComputedStyle(document.getElementById('your_tag_id'),null).getPropertyValue('background-color');