@skrillex1224/playwright-toolkit 2.1.242 → 2.1.244
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 +3 -6
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +83 -14
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +83 -14
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2723,14 +2723,11 @@ var ActorInfo = {
|
|
|
2723
2723
|
name: "\u6587\u5FC3\u52A9\u624B",
|
|
2724
2724
|
domain: "chat.baidu.com",
|
|
2725
2725
|
path: "/",
|
|
2726
|
+
device: Device.Mobile,
|
|
2726
2727
|
share: {
|
|
2727
|
-
mode: "
|
|
2728
|
+
mode: "custom",
|
|
2728
2729
|
prefix: "",
|
|
2729
|
-
xurl: [
|
|
2730
|
-
"/aichat/api/shortURL",
|
|
2731
|
-
"data",
|
|
2732
|
-
"short_url"
|
|
2733
|
-
]
|
|
2730
|
+
xurl: []
|
|
2734
2731
|
}
|
|
2735
2732
|
}),
|
|
2736
2733
|
baidu: createActorInfo({
|