stephanlensky / zendriver

A blazing fast, async-first, undetectable webscraping/web automation framework based on ultrafunkamsterdam/nodriver.
https://slensky.com/zendriver/
GNU Affero General Public License v3.0
8 stars 1 forks source link

feature requests #10

Open ImNotOssy opened 8 hours ago

ImNotOssy commented 8 hours ago

I would love if the websocket issue was fixed, Im aware this is a nodriver fork and its an issue there and here. image it sometimes connects but fails to send anything/navigate to pages but after a while it does work but since that initial break it throws the error or sometimes just refuses to connect all together and it breaks.

I would also like a built in proxy handler, at the moment im using the extension method to run a proxy in the browser. seems to work fine but i would like if it could be inside the library instead.

stephanlensky commented 6 hours ago

Could you add a bit more detail about what's happening here?

I would also like a built in proxy handler, at the moment im using the extension method to run a proxy in the browser. seems to work fine but i would like if it could be inside the library instead.

Could you use the --proxy-server command shown here?

Otherwise it sounds like you might need to change your system proxy settings.