rpaframework icon indicating copy to clipboard operation
rpaframework copied to clipboard

Automatic headless detection for RPA.Browser.Playwright

Open orlof opened this issue 4 years ago • 1 comments

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.

orlof avatar Apr 08 '21 19:04 orlof

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 avatar Sep 22 '21 10:09 cmin764

@cmin764 close this if this is not very easy to implement

tonnitommi avatar Apr 13 '23 09:04 tonnitommi