Get_Style
Description
Gets the style value of properties in a class
from the HTML stylesheet. The value is assigned to prop=value
parameter and stores
it to the variable in ret=&variable
.
You can use the browser's in-built element inspector identify the properties and values of an object.
See Recording Tests
The following step types support this action:
Parameters
| Parameter | Description |
|---|---|
|
prop=value; |
The property name. Supported property values are: font-face, font-family, font-weight, font-style, color, font-size, background-color. |
|
ret=&variable; |
The return value. |