@skrillex1224/playwright-toolkit 2.1.237 → 2.1.239
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 +2 -1
- package/dist/browser.js.map +2 -2
- package/dist/index.cjs +87 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +87 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2639,8 +2639,9 @@ var ActorInfo = {
|
|
|
2639
2639
|
qbot: createActorInfo({
|
|
2640
2640
|
key: "qbot",
|
|
2641
2641
|
name: "QQ\u6D4F\u89C8\u5668AI\u641C",
|
|
2642
|
-
domain: "sogou.com",
|
|
2642
|
+
domain: "m.sogou.com",
|
|
2643
2643
|
path: "/web",
|
|
2644
|
+
device: Device.Mobile,
|
|
2644
2645
|
share: {
|
|
2645
2646
|
mode: "dom",
|
|
2646
2647
|
prefix: "",
|