rpaframework
rpaframework copied to clipboard
Automatic headless detection for RPA.Browser.Playwright
I would like to be able to run the same code in my development environment (with browser window visible) and then transfer it to Robocorp Cloud for container headless runs - without modifying the headless=True argument.
ToDo
- [x] Check current status
- [x] Playwright: check if under cloud -> don't open a window (as it throws an error)
- [x] Is it able to run with/out window using the same code? (automatic mode)
@cmin764 close this if this is not very easy to implement