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
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.
The text was updated successfully, but these errors were encountered:
kensoh
changed the title
Can RPA running in the background?
Can RPA running in the background?- yes use headless mode
Jun 21, 2022
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
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.
The text was updated successfully, but these errors were encountered: