views:

157

answers:

1

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#

A: 

You can achieve this by using javascript. See this link for details about executing javascript from your test.

zihotki