Skip to content

Can RPA running in the background?- yes use r.init(headless_mode = True) #398

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

Closed
warlegtree opened this issue Jun 21, 2022 · 2 comments
Closed
Labels

Comments

@warlegtree
Copy link

The RPA-python is great and easy to use. I have wrote my first RPA program for web automation. I would like to know if the program can run in the background,I mean each time I run the program, chrome launch, but some environments don't install the X windows and GNOME Desktop so how can I run my program in this case ?

Tks.

@kensoh
Copy link
Member

kensoh commented Jun 21, 2022

Thanks for sharing positive feedback! You can try headless mode (invisible browser without a display) this way #240 (comment)

For more advanced setup on Linux without display see this Colab notebook example that runs using Xvfb - https://colab.research.google.com/drive/13bQO6G_hzE1teX35a3NZ4T5K-ICFFdB5?usp=sharing

@kensoh kensoh added the query label Jun 21, 2022
@kensoh kensoh changed the title Can RPA running in the background? Can RPA running in the background?- yes use headless mode Jun 21, 2022
@kensoh kensoh changed the title Can RPA running in the background?- yes use headless mode Can RPA running in the background?- yes use r.init(headless_mode = True) Jun 21, 2022
@warlegtree
Copy link
Author

Thanks a lot. I will try it. : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants