| Coordinate Tests |
| open | ./org/tool-man/coordinate/constructor.html | |
| click | zeroZero | nowait |
| verifyValue | resultX | 0 |
| verifyValue | resultY | 0 |
| verifyValue | result | (0,0) |
| click | oneZero | nowait |
| verifyValue | resultX | 1 |
| verifyValue | resultY | 0 |
| verifyValue | result | (1,0) |
| click | zeroOne | nowait |
| verifyValue | resultX | 0 |
| verifyValue | resultY | 1 |
| verifyValue | result | (0,1) |
| open | ./org/tool-man/coordinate/position.html | |
| click | nested1Link | nowait |
| verifyValue | result | (10,10) |
| click | nested2Link | nowait |
| verifyValue | result | (25,20) |
| click | nested3Link | nowait |
| verifyValue | result | (40,30) |
| click | nested4Link | nowait |
| verifyValue | result | (55,40) |
| click | nested1Link2 | nowait |
| verifyValue | result | (240,110) |
| click | nested2Link2 | nowait |
| verifyValue | result | (225,100) |
| click | nested3Link2 | nowait |
| verifyValue | result | (210,90) |
| click | nested1Link3 | nowait |
| verifyValue | result | (230,100) |
| click | nested2Link3 | nowait |
| verifyValue | result | (200,80) |
| click | nested3Link3 | nowait |
| verifyValue | result | (170,60) |
| click | nested4Link3 | nowait |
| verifyValue | result | (140,40) |
| click | relative1Link | nowait |
| verifyValue | result | (0,0) |
| click | relative2aLink | nowait |
| verifyValue | result | (5,3) |
| click | relative2bLink | nowait |
| verifyValue | result | (5,3) |
| click | relative3Link | nowait |
| verifyValue | result | (-4,-6) |
| click | relative4Link | nowait |
| verifyValue | result | (7,-7) |
| click | absolute1Link | nowait |
| verifyValue | result | (450,100) |
| click | absolute1OffsetLink | nowait |
| verifyValue | result | (450,100) |
| click | repositionButton | nowait |
| click | absolute1Link | nowait |
| verifyValue | result | (100,450) |
| click | absolute1OffsetLink | nowait |
| verifyValue | result | (100,450) |
| open | ./org/tool-man/coordinate/scroll.html | |
| click | scrollDown | nowait |
| verifyValue | result | (0,10) |
| click | scrollRight | nowait |
| click | scrollRight | nowait |
| verifyValue | result | (20,10) |
| click | scrollLeft | nowait |
| click | scrollUp | nowait |
| verifyValue | result | (10,0) |