@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/index.mjs CHANGED
@@ -889,6 +889,10 @@ const rpa_rpaAction = async (task, params)=>{
889
889
  });
890
890
  } else await route.continue();
891
891
  });
892
+ PopupListener(page, '.byte-modal.publish-exclusive-modal .title', "激励", '.byte-modal-close-icon', {
893
+ checkInterval: 1000,
894
+ stopAfterClick: false
895
+ });
892
896
  const titleInstance = page.locator(".publish-editor-title-wrapper .publish-editor-title textarea");
893
897
  await titleInstance.click();
894
898
  await titleInstance.fill(params.title);
@@ -2937,7 +2941,7 @@ const xiaohongshuPublish = async (task, params)=>{
2937
2941
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
2938
2942
  };
2939
2943
  var package_namespaceObject = {
2940
- i8: "1.2.7"
2944
+ i8: "1.2.9"
2941
2945
  };
2942
2946
  class Action {
2943
2947
  constructor(task){