| # | Result | Name | Parameter | Duration |
|
1 |  | enableJavaScript
|
| 2 |
|
2 |  | invoke
Open the page with form and JS
Resulting page |
| -> complete url | http://localhost:19090/selftest/form.jsp |
| url | form.jsp |
| 414 |
|
3 |  | verifyXPath
|
| text | true |
| xpath | not(//form/input[@name='myRadioButton']/@checked) |
| 39 |
|
4 |  | verifyXPath
chocolateFlavor is initially disabled |
| text | true |
| xpath | boolean(//form/input[@name='chocolateFlavor']/@disabled) |
| 47 |
|
5 |  | setRadioButton
|
| xpath | //form/input[@name='myRadioButton'] |
| 20 |
|
6 |  | verifyRadioButton
|
| checked | true |
| xpath | //form/input[@name='myRadioButton'] |
| 21 |
7
 |  | not
|
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyRadioButton
|
| xpath | //form/input[@name='myRadioButton'] |
| 40 |
| 44 |
|
8 |  | verifyXPath
|
| text | 1 |
| xpath | count(//form/input[@name='myRadioButton']/@checked) |
| 17 |
|
9 |  | verifyXPath
|
| text | mint |
| xpath | //form/input[@name='myRadioButton'][@checked]/@value |
| 20 |
|
10 |  | verifyXPath
chocolateFlavor is still disabled |
| text | true |
| xpath | boolean(//form/input[@name='chocolateFlavor']/@disabled) |
| 17 |