@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/index.js
CHANGED
|
@@ -937,6 +937,10 @@ const rpa_rpaAction = async (task, params)=>{
|
|
|
937
937
|
});
|
|
938
938
|
} else await route.continue();
|
|
939
939
|
});
|
|
940
|
+
PopupListener(page, '.byte-modal.publish-exclusive-modal .title', "激励", '.byte-modal-close-icon', {
|
|
941
|
+
checkInterval: 1000,
|
|
942
|
+
stopAfterClick: false
|
|
943
|
+
});
|
|
940
944
|
const titleInstance = page.locator(".publish-editor-title-wrapper .publish-editor-title textarea");
|
|
941
945
|
await titleInstance.click();
|
|
942
946
|
await titleInstance.fill(params.title);
|
|
@@ -2988,7 +2992,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
2988
2992
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
2989
2993
|
};
|
|
2990
2994
|
var package_namespaceObject = {
|
|
2991
|
-
i8: "1.2.
|
|
2995
|
+
i8: "1.2.9"
|
|
2992
2996
|
};
|
|
2993
2997
|
class Action {
|
|
2994
2998
|
constructor(task){
|