如何使用selenium获取测试页面的CSS值?
如何使用selenium-rc获取测试页面的CSS值???
例如:获取背景颜色或获取边框大小?
环境:selenium-rc+vs2008+xp+c#
How to use selenium-rc to get the CSS value of the test page ???
for example: get the color of background or get the border size ??
environment: selenium-rc+vs2008+xp+c#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 javascript 来实现此目的。请参阅此链接了解有关从您的应用程序执行 javascript 的详细信息测试。
You can achieve this by using javascript. See this link for details about executing javascript from your test.