(err)
| 62 | return 'no such element'; |
| 63 | } |
| 64 | constructor (err) { |
| 65 | super(err || 'An element could not be located on the page using the given ' + |
| 66 | 'search parameters.', NoSuchElementError.code(), NoSuchElementError.w3cStatus(), |
| 67 | NoSuchElementError.error()); |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | class NoSuchFrameError extends ProtocolError { |