* Convenient helper to execute a click immediately.
(coords, clickOpts)
| 231 | * Convenient helper to execute a click immediately. |
| 232 | */ |
| 233 | function _immediateClickPt(coords, clickOpts) { |
| 234 | return _clickPt(coords, clickOpts, true); |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * Asserting selected points. |
no test coverage detected
searching dependent graphs…