Headless mode in Api "Dolphin Anty" selenium

1.7k Views Asked by At

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?

1

There are 1 best solutions below

0
On

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