0

I'm using antidetect browser Api "Dolphin anty" with python selenium and I want to enable Headless mode, but in this Api commands options.headless = True and options.addarguments( --headless ) don't work :(

Does anyone have any ideas?

Ambamamba
  • 41
  • 8

1 Answers1

0

When you start automation you need to add "headless": true as param

http://localhost:3001/v1.0/browser_profiles/{browser_id}/start?automation=1&headless=true
LinFelix
  • 1,026
  • 1
  • 13
  • 23
swaps
  • 1
  • 2