You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you import rpa as r see what is the value of r.__file__
Modify the tagui.py file that exists in in that same folder
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.
from user query
The text was updated successfully, but these errors were encountered: