2020-05-16 07:28:13 +00:00
|
|
|
{
|
2022-02-04 10:59:54 +00:00
|
|
|
"tabWidget": ".t--draggable-tabswidget",
|
|
|
|
|
"tabInput": ".t--draggable-tabswidget span.t--widget-name",
|
|
|
|
|
"tabName": ".t--property-control-tabs input",
|
|
|
|
|
"tabDefault": ".t--property-control-defaulttab .CodeMirror-code",
|
|
|
|
|
"tabButton": ".t--property-control-tabs button",
|
|
|
|
|
"tabDelete": ".t--property-control-tabs .t--delete-column-btn",
|
2023-02-03 05:47:40 +00:00
|
|
|
"tabContainer": ".t--widget-tabswidget",
|
2023-02-02 07:59:24 +00:00
|
|
|
"tabEdit": "//input[@value ='tabName']//parent::div//parent::div//following-sibling::div//div[contains(@class,'t--edit-column-btn')]",
|
2022-11-08 15:20:58 +00:00
|
|
|
"tabVisibility": ".t--property-control-visible .bp3-control-indicator",
|
2023-02-02 07:59:24 +00:00
|
|
|
"tabNumber": ".t--number-of-tabs",
|
|
|
|
|
"deleteTab":"//input[@value ='tabName']//parent::div//parent::div//following-sibling::div//div[contains(@class,'t--delete-column-btn')]"
|
2022-02-04 10:59:54 +00:00
|
|
|
}
|