2021-10-07 02:29:16 +00:00
|
|
|
{
|
2022-04-28 16:51:02 +00:00
|
|
|
"runButton": ".run-js-action",
|
2021-10-07 02:29:16 +00:00
|
|
|
"editNameField": ".bp3-editable-text-input",
|
|
|
|
|
"outputConsole": ".CodeEditorTarget",
|
|
|
|
|
"jsObjectName": ".t--action-name-edit-field",
|
|
|
|
|
"jsPage": ".form-row-header",
|
|
|
|
|
"jsPageProperty": ".entity-context-menu",
|
|
|
|
|
"propertyList": ".t--entity-property",
|
|
|
|
|
"delete": ".single-select >div:contains('Delete')",
|
2022-03-23 05:33:06 +00:00
|
|
|
"deleteConfirm": ".single-select >div:contains('Are you sure?')",
|
2021-10-07 02:29:16 +00:00
|
|
|
"popover": "//*[local-name()='g' and @id='Icon/Outline/more-vertical']"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|