AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
11.41k stars 1.23k forks source link

Can automa CEB automatically execute workflow after the browser is started? #1610

Closed yujun32 closed 8 months ago

yujun32 commented 9 months ago

My automa CEB browser extension works fine with manual click execution. But now I want to fully automate it through selenium. I'm not very good at browser plug-in development, and the plug-in source code is obfuscated. Could you please give me some improvement ideas or examples?

Kholid060 commented 9 months ago

If you want to execute a workflow after the browser is started, you can add the "On browser startup" trigger in the trigger block of the workflow. You can also execute a workflow by dispatching the Automa custom event on a website, see https://docs.automa.site/blocks/trigger.html#trigger-using-js-customevent.