puse / machina

Proof-of-concept browser automation toolkit :construction:
Mozilla Public License 2.0
1 stars 0 forks source link

Depend on `BrowserContext` in views instead of `Page` #32

Closed antaranyan closed 1 year ago

antaranyan commented 1 year ago

Feels like BrowserContext would be better injectable here, so the view itself can instantiate the page, etc.

_Originally posted by @antaranyan in https://github.com/despan/machina/pull/29#discussion_r986509081_

antaranyan commented 1 year ago

Follow up on #35 for a better way of doing things