aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.45k stars 572 forks source link

Run TagUI in headful mode in a docker container #1336

Open vu29 opened 1 year ago

vu29 commented 1 year ago

I have some tagUI flows that I need to run in a docker container. Now the issue is that when running the flows in headless mode. I get an error saying that the browser is not supported (most likely a mechanism deployed to prevent bots), but running the same flow in headful mode works perfectly fine. So I need to run them in headless mode in docker. Is there any way I can acheive that ?

lexuzieel commented 1 year ago

I needed the same solution, so I packaged it all into a container which is open-source and you are welcome to use: https://github.com/robocat-ai/robocat-base

Please note that it is not production ready and there are several undocumented features (you can check out parse_arguments function scripts/run.sh).

Feel free to open and issue there if you have any questions. I hope this will be helpful to you, cheers!

pp082 commented 1 year ago

your repository is fantastic. it is possible to enable it to work with ARM architecture