@skrillex1224/playwright-toolkit 2.1.235 → 2.1.236
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.
- package/dist/browser.js +4 -7
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +4 -7
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +4 -7
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -213,13 +213,9 @@ var ActorInfo = {
|
|
|
213
213
|
path: "/",
|
|
214
214
|
device: Device.Mobile,
|
|
215
215
|
share: {
|
|
216
|
-
mode: "
|
|
217
|
-
prefix: "
|
|
218
|
-
xurl: [
|
|
219
|
-
"/eb/share/key/gen",
|
|
220
|
-
"data",
|
|
221
|
-
"key"
|
|
222
|
-
]
|
|
216
|
+
mode: "dom",
|
|
217
|
+
prefix: "",
|
|
218
|
+
xurl: []
|
|
223
219
|
}
|
|
224
220
|
}),
|
|
225
221
|
wenxin: createActorInfo({
|
|
@@ -272,6 +268,7 @@ var ActorInfo = {
|
|
|
272
268
|
name: "Kimi",
|
|
273
269
|
domain: "www.kimi.com",
|
|
274
270
|
path: "/",
|
|
271
|
+
device: Device.Mobile,
|
|
275
272
|
share: {
|
|
276
273
|
mode: "response",
|
|
277
274
|
prefix: "https://www.kimi.com/share/",
|