NotSupportedOperationOptionError

NotSupportedOperationOptionError is raised when the specified option value is not supported by the target UI element.

Constructor #

message

  • type: str

Message of the exception.

stacktrace

  • type: str

A string representing all the calls prior to the function that raised the exception.

automation_tech

  • type: str

Type of automation recorder technology. The supporting recorder technologies are as follows “UIA”, “IA”, “Java”, “IE”, “Chrome”, “Firefox”, “Edge” and “SAP”.

control_type

  • type: str

Control type of target element. Eg: “Button”, “Edit”, “Document”, “CheckBox”, “Image”, and the “Image” is specified for image UiElement.

operation

  • type: str

Operation methods of the target element. Eg: “click”, “check”, “highlight”.

option

  • type: str

Option for the operation. Eg: set-text is the option for “clear_text” operation’s “by”.

What are your feelings
Table of contents
Updated on 30 August 2023