@iflyrpa/actions 1.2.8 → 1.2.10
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/bundle.js +5 -1
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -13824,6 +13824,10 @@ var __webpack_exports__ = {};
|
|
|
13824
13824
|
});
|
|
13825
13825
|
} else await route.continue();
|
|
13826
13826
|
});
|
|
13827
|
+
PopupListener(page, '.byte-modal.publish-exclusive-modal .title', "激励", '.byte-modal-close-icon', {
|
|
13828
|
+
checkInterval: 1000,
|
|
13829
|
+
stopAfterClick: false
|
|
13830
|
+
});
|
|
13827
13831
|
const titleInstance = page.locator(".publish-editor-title-wrapper .publish-editor-title textarea");
|
|
13828
13832
|
await titleInstance.click();
|
|
13829
13833
|
await titleInstance.fill(params.title);
|
|
@@ -15875,7 +15879,7 @@ var __webpack_exports__ = {};
|
|
|
15875
15879
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
15876
15880
|
};
|
|
15877
15881
|
var package_namespaceObject = {
|
|
15878
|
-
i8: "1.2.
|
|
15882
|
+
i8: "1.2.9"
|
|
15879
15883
|
};
|
|
15880
15884
|
class Action {
|
|
15881
15885
|
constructor(task){
|