oc-browser-relay 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,7 +94,7 @@
94
94
  "skipPopupGuard": true,
95
95
  "dropdownFallback": {
96
96
  "panelSelector": ".auxo-select-dropdown:not(.auxo-select-dropdown-hidden)",
97
- "panelWaitTimeoutMs": 1800,
97
+ "panelWaitTimeoutMs": 5000,
98
98
  "triggerLocators": [
99
99
  {
100
100
  "kind": "xpath",
@@ -79,12 +79,12 @@
79
79
  "locators": [
80
80
  {
81
81
  "kind": "css",
82
- "value": "input.d-text[placeholder*='标题']",
82
+ "value": "input[type='text'][placeholder*='填写标题']",
83
83
  "priority": 1
84
84
  },
85
85
  {
86
86
  "kind": "css",
87
- "value": "input[placeholder*='标题']",
87
+ "value": ".edit-container input[type='text']",
88
88
  "priority": 2
89
89
  }
90
90
  ],
@@ -219,6 +219,10 @@
219
219
  "observationRules": {
220
220
  "filledWhen": "thumbnail_count_gt_0",
221
221
  "emptyWhen": "thumbnail_count_eq_0",
222
+ "successLocators": [
223
+ ".edit-container input[type='text'][placeholder*='填写标题']",
224
+ "input[type='text'][placeholder*='填写标题']"
225
+ ],
222
226
  "countSelectors": [
223
227
  ".img-preview-area .img-container",
224
228
  ".img-preview-area .pr[data-draggable='true']",