ContextMenu Methods
Last updated
Was this helpful?
Last updated
Was this helpful?
Name
Description
Opens the context menu, searches the image in the list (incl. scrolling) and selects it.
Opens the context menu, searches the image in the list (incl. scrolling) and selects it.
Opens the context menu, searches the image in the list (incl. scrolling) and selects it. If the image cannot be found, throws a .
Syntax:
Parameter
Description
point
imageReference
Exception
Condition
When the context menu could not be found on the screen.
When the context menu could not be opened after the configured amount of retries.
When the image cannot be found in the context menu.
Syntax:
Parameter
Description
position
imageReference
Exception
Condition
When the context menu could not be found on the screen.
When the context menu could not be opened after the configured amount of retries.
When the image cannot be found in the context menu.
Name
Description
Opens the context menu, searches the text value in the list (incl. scrolling) and selects it.
Opens the context menu, searches the text value in the list (incl. scrolling) and selects it.
Syntax:
Parameter
Description
point
value
Exception
Condition
When the context menu could not be found on the screen.
When the context menu could not be opened after the configured amount of retries.
When the text value cannot be found in the context menu.
Syntax:
Parameter
Description
position
value
Exception
Condition
When the context menu could not be found on the screen.
When the context menu could not be opened after the configured amount of retries.
When the text value cannot be found in the context menu.
Opens the context menu, searches the first value from the parameter selections in the list and selects it to open the next submenu. Then the next value is found in the submenu and so on.
Name
Description
Syntax:
Parameter
Description
point
selections
Exception
Condition
When the context menu could not be found on the screen.
When the context menu could not be opened after the configured amount of retries.
When the text value cannot be found in the context menu.
Syntax:
Parameter
Description
position
selections
Exception
Condition
When the context menu could not be found on the screen.
When the context menu could not be opened after the configured amount of retries.
When the text value cannot be found in the context menu.
Opens a context menu and verifies if the provided value is present in the context menu (includes scrolling). Closes the context menu again.
Name
Description
Syntax:
Parameter
Description
point
value
takeScreenshot
Whether or not the text value could be found in the context menu.
Exception
Condition
When the context menu could not be found on the screen.
When the context menu could not be opened after the configured amount of retries.
Syntax:
Parameter
Description
position
value
takeScreenshot
Whether or not the text value could be found in the context menu.
Exception
Condition
When the context menu could not be found on the screen.
When the context menu could not be opened after the configured amount of retries.
Type: The coordinates on the screen where the context shall be opened by right-clicking
Type: The image reference that shall be selected in the context menu.
Opens the context menu, searches the image in the list (incl. scrolling) and selects it. If the image cannot be found, throws a .
Type: The position of the element on which the context shall be opened by right-clicking
Type: The image reference that shall be selected in the context menu.
Opens the context menu, searches the text value in the list (incl. scrolling) and selects it. If the text cannot be found, throws a .
Type: The coordinates on the screen where the context shall be opened by right-clicking
Type: The text that shall be selected in the context menu.
Opens the context menu, searches the text value in the list (incl. scrolling) and selects it. If the text cannot be found, throws a .
Type: The position of the element on which the context shall be opened by right-clicking
Type: The text that shall be selected in the context menu.
If the text cannot be found, throws a .
The position where the context menu shall be opened by right-clicking is provided as a
The position where the context menu shall be opened by right-clicking is provided as an
Type: The coordinates on the screen where the context shall be opened by right-clicking
Type: [] The submenus and the value that shall be selected from the context menu. E.g. "File", "New", "Project"
Type: The position of the element on which the context shall be opened by right-clicking
Type: [] The submenus and the value that shall be selected from the context menu. E.g. "File", "New", "Project"
The position where the context menu shall be opened by right-clicking is provided as a
The position where the context menu shall be opened by right-clicking is provided as an
Type: The coordinates on the screen where the context shall be opened by right-clicking
Type: The text that shall be verified in the context menu.
Type: When true, a screenshot of the expanded context menu is taken, showing the value to verify.
Type: The position of the element on which the context shall be opened by right-clicking
Type: The text that shall be verified in the context menu.
Type: When true, a screenshot of the expanded context menu is taken, showing the value to verify.