errors.json 2.7 KB

12345678910111213141516171819202122232425
  1. {
  2. "0": {"id": "Success", "message": "The command executed successfully."},
  3. "7": {"id": "NoSuchElement", "message": "An element could not be located on the page using the given search parameters."},
  4. "8": {"id": "NoSuchFrame", "message": "A request to switch to a frame could not be satisfied because the frame could not be found."},
  5. "9": {"id": "UnknownCommand", "message": "The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource."},
  6. "10": {"id": "StaleElementReference", "message": "An element command failed because the referenced element is no longer attached to the DOM."},
  7. "11": {"id": "ElementNotVisible", "message": "An element command could not be completed because the element is not visible on the page."},
  8. "12": {"id": "InvalidElementState", "message": "An element command could not be completed because the element is in an invalid state (e.g. attempting to click a disabled element)."},
  9. "13": {"id": "UnknownError", "message": "An unknown server-side error occurred while processing the command."},
  10. "15": {"id": "ElementIsNotSelectable", "message": "An attempt was made to select an element that cannot be selected."},
  11. "17": {"id": "JavaScriptError", "message": "An error occurred while executing user supplied JavaScript."},
  12. "19": {"id": "XPathLookupError", "message": "An error occurred while searching for an element by XPath."},
  13. "23": {"id": "NoSuchWindow", "message": "A request to switch to a different window could not be satisfied because the window could not be found."},
  14. "24": {"id": "InvalidCookieDomain", "message": "An illegal attempt was made to set a cookie under a different domain than the current page."},
  15. "25": {"id": "UnableToSetCookie", "message": "A request to set a cookie's value could not be satisfied."},
  16. "26": {"id": "UnexpectedAlertOpen", "message": "A modal dialog was open, blocking this operation."},
  17. "27": {"id": "NoAlertOpenError", "message": "An attempt was made to operate on a modal dialog when one was not open."},
  18. "28": {"id": "Timeout", "message": ""},
  19. "29": {"id": "InvalidElementCoordinates", "message": "The coordinates provided to an interactions operation are invalid."},
  20. "30": {"id": "IMENotAvailable", "message": "IME was not available."},
  21. "31": {"id": "IMEEngineActivationFailed", "message": "An IME engine could not be started."},
  22. "32": {"id": "InvalidSelector", "message": "Argument was an invalid selector (e.g. XPath/CSS)."},
  23. "33": {"id": "SessionNotCreatedException", "message": "A new session could not be created."},
  24. "34": {"id": "MoveTargetOutOfBounds", "message": "Target provided for a move action is out of bounds."}
  25. }