| # | Result | Name | Parameter | Duration |
|
1 |  | invoke
start
Resulting page |
| -> complete url | http://localhost:19090/selftest/colorChange.html |
| url | colorChange.html |
| 69 |
|
2 |  | storeElementAttribute
|
| attributeName | style |
| htmlId | red |
| propertyName | colorBefore1 |
| => value | background-color: red |
| 4 |
|
3 |  | verifyProperty
|
| name | colorBefore1 |
| regex | true |
| text | .*background-color:[ ]*red.* |
| 2 |
|
4 |  | clickElement
toggle color of first row |
| 5 |
|
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 |
| 110 |
|
8 |  | storeElementAttribute
|
| attributeName | style |
| htmlId | red |
| propertyName | colorFinal1 |
| => value | background-color: red; |
| 3 |
|
9 |  | verifyProperty
|
| name | colorFinal1 |
| regex | true |
| text | .*background-color:[ ]*red.* |
| 2 |
|
10 |  | storeElementAttribute
|
| attributeName | style |
| propertyName | colorBefore2 |
| xpath | //tr[2] |
| => value | background-color: green |
| 8 |
|
11 |  | verifyProperty
|
| name | colorBefore2 |
| regex | true |
| text | .*background-color:[ ]*green.* |
| 2 |
|
12 |  | clickElement
toggle color of second row |
| 8 |
|
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 |
| 5 |
| 7 |
16
 |  | group
click not visible elements (due to CSS)
last result page of this group |
| # | Result | Name | Parameter | Duration |
|
1 |  | clickElement
Resulting page |
| 7 |
|
2 |  | verifyXPath
|
| text | withCSSdisplayNone |
| xpath | id('lastClicked') |
| 6 |
|
3 |  | clickElement
Resulting page |
| htmlId | withCSSvisibilityHidden |
| 10 |
|
4 |  | verifyXPath
|
| text | withCSSvisibilityHidden |
| xpath | id('lastClicked') |
| 5 |
| 37 |