-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore whether to have a headless option for advanced tech stacks - added [done] #240
Comments
This is added in v1.34, available with Note that many websites are not designed to work properly in headless mode.
|
Thank you. |
can rpa deploy online like a service? |
The package definitely can be run on the cloud on Linux servers. See this working example of running on Google cloud via Google Colab, which users can create their workflows and run on their desktop or phone web browsers - https://colab.research.google.com/drive/13bQO6G_hzE1teX35a3NZ4T5K-ICFFdB5?usp=sharing However, the package is primarily designed to run locally on a user computer. Thus if you run on the cloud, you will have to design and create your own API endpoints, as well as handle issues with queues or concurrency, since you may get multiple requests before an existing automation has completed running. |
eg building an implementation on Docker for Linux without displays / Xvbf
source - Allan
The text was updated successfully, but these errors were encountered: