MCPcopy
hub / github.com/appium/appium / constructor

Method constructor

lib/protocol/errors.js:132–136  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

130 return 'element not visible';
131 }
132 constructor (err) {
133 super(err || 'An element command could not be completed because the element is ' +
134 'not visible on the page.', ElementNotVisibleError.code(),
135 ElementNotVisibleError.w3cStatus(), ElementNotVisibleError.error());
136 }
137}
138
139class InvalidElementStateError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected