gregpr07 / browser-use

Make websites accessible for AI agents
https://link.browser-use.com/discord
MIT License
2.3k stars 163 forks source link

Allow headless option when initializing controller #43

Closed jeanmw closed 9 hours ago

jeanmw commented 1 day ago

Simple change: allow headless option by making it an optional argument to the Controller class. Headless option is already implemented in the Browser class, so all we have to do is pass that down.

MagMueller commented 9 hours ago

Great idea - does it work like expected for you?