| changeset 625 | eb52900a0bbf |
| parent 624 | 3dd70d01cec2 |
| 624:3dd70d01cec2 | 625:eb52900a0bbf |
|---|---|
136 debugger; // not seen to work |
136 debugger; // not seen to work |
137 })); |
137 })); |
138 } |
138 } |
139 |
139 |
140 /** |
140 /** |
141 * Have the browser waiting |
141 * Have the browser waiting while you inspect what's going on |
142 */ |
142 */ |
143 exports.pause = function () { |
143 exports.pause = function () { |
144 test ('pause', dsl(function () { |
144 test ('pause', dsl(function () { |
145 browser.pause (); |
145 browser.pause (); |
146 })); |
146 })); |