| # | Result | Name | Parameter | Duration |
|
1 |  | invoke
start
Resulting page |
| -> complete url | http://localhost:19090/selftest/colorChange.html |
| url | colorChange.html |
| 22 |
|
2 |  | storeElementAttribute
|
| attributeName | style |
| htmlId | red |
| propertyName | colorBefore1 |
| => value | background-color:red |
| 6 |
|
3 |  | verifyProperty
|
| name | colorBefore1 |
| regex | true |
| text | .*background-color:[ ]*red.* |
| 1 |
|
4 |  | clickElement
toggle color of first row |
| 9 |
|
5 |  | storeElementAttribute
|
| attributeName | style |
| htmlId | red |
| propertyName | colorAfter1 |
| => value | background-color: yellow; |
| 2 |
|
6 |  | verifyProperty
|
| name | colorAfter1 |
| regex | true |
| text | .*background-color:[ ]*yellow.* |
| 1 |
|
7 |  | clickElement
toggle color of first row back |
| 5 |
|
8 |  | storeElementAttribute
|
| attributeName | style |
| htmlId | red |
| propertyName | colorFinal1 |
| => value | background-color: red; |
| 2 |
|
9 |  | verifyProperty
|
| name | colorFinal1 |
| regex | true |
| text | .*background-color:[ ]*red.* |
| 1 |
|
10 |  | storeElementAttribute
|
| attributeName | style |
| propertyName | colorBefore2 |
| xpath | //tr[2] |
| => value | background-color:green |
| 9 |
|
11 |  | verifyProperty
|
| name | colorBefore2 |
| regex | true |
| text | .*background-color:[ ]*green.* |
| 2 |
|
12 |  | clickElement
toggle color of second row |
| 9 |
|
13 |  | storeElementAttribute
|
| attributeName | style |
| propertyName | colorAfter2 |
| xpath | //tr[2] |
| => value | background-color: yellow; |
| 6 |
|
14 |  | verifyProperty
|
| name | colorAfter2 |
| regex | true |
| text | .*background-color:[ ]*yellow.* |
| 2 |
15
 |  | not
expect to fail |
| # | Result | Name | Parameter | Duration |
|
1 |  | clickElement
can't click on a title |
| 7 |
| 8 |