oc-browser-relay 1.0.22 → 1.0.23

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.
@@ -73,20 +73,30 @@
73
73
  "label": "执行搜索",
74
74
  "kind": "submit",
75
75
  "locators": [
76
+ {
77
+ "kind": "xpath",
78
+ "value": "//*[@id='global']/div[1]/header/div[1]/div/div[4]",
79
+ "priority": 1
80
+ },
81
+ {
82
+ "kind": "css",
83
+ "value": "#global > div.header-container > header > div.input-box > div > div:nth-child(4)",
84
+ "priority": 2
85
+ },
76
86
  {
77
87
  "kind": "css",
78
88
  "value": ".input-box .input-button .search-icon",
79
- "priority": 1
89
+ "priority": 3
80
90
  },
81
91
  {
82
92
  "kind": "css",
83
93
  "value": ".input-box .search-icon",
84
- "priority": 2
94
+ "priority": 4
85
95
  },
86
96
  {
87
97
  "kind": "css",
88
98
  "value": ".input-box .input-button",
89
- "priority": 3
99
+ "priority": 5
90
100
  }
91
101
  ],
92
102
  "preconditions": [
@@ -200,20 +200,30 @@
200
200
  "label": "执行搜索",
201
201
  "kind": "submit",
202
202
  "locators": [
203
+ {
204
+ "kind": "xpath",
205
+ "value": "//*[@id='global']/div[1]/header/div[1]/div/div[4]",
206
+ "priority": 1
207
+ },
208
+ {
209
+ "kind": "css",
210
+ "value": "#global > div.header-container > header > div.input-box > div > div:nth-child(4)",
211
+ "priority": 2
212
+ },
203
213
  {
204
214
  "kind": "css",
205
215
  "value": ".input-box .input-button .search-icon",
206
- "priority": 1
216
+ "priority": 3
207
217
  },
208
218
  {
209
219
  "kind": "css",
210
220
  "value": ".input-box .search-icon",
211
- "priority": 2
221
+ "priority": 4
212
222
  },
213
223
  {
214
224
  "kind": "css",
215
225
  "value": ".input-box .input-button",
216
- "priority": 3
226
+ "priority": 5
217
227
  }
218
228
  ],
219
229
  "preconditions": [