Skip to content
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

Can I run RPA for Python in Chrome headless (invisible) mode? #109

Closed
kensoh opened this issue Mar 4, 2020 · 2 comments
Closed

Can I run RPA for Python in Chrome headless (invisible) mode? #109

kensoh opened this issue Mar 4, 2020 · 2 comments
Labels

Comments

@kensoh
Copy link
Member

kensoh commented Mar 4, 2020

from user query

@kensoh
Copy link
Member Author

kensoh commented Mar 4, 2020

  1. After you import rpa as r see what is the value of r.__file__
  2. Modify the tagui.py file that exists in in that same folder
  3. Change browser_option = 'chrome' to browser_option = 'headless'

As RPA primary use case is to replicate human actions and human actions on processes are done with visible browsers, I didn't make headless mode an option in the RPA package.

Above hack will run the automation in Chrome headless (invisible) mode.

@kensoh
Copy link
Member Author

kensoh commented May 26, 2021

An update that headless mode is now in v1.36 - #240 (comment)

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

1 participant