bluemangofunk

Results 3 issues of bluemangofunk

I have a custom extension to handle the proxy. If proxy is having issues, seems the ``` nodriver browser.get(...) ``` fails, but doesn't error, nor time out, checking the source,...

Posted in discussions as well, just posting here incase it helps someone -------------------------------- Hi, I've tried to find a way to let you know on the nodriver site, but issues...

Any way to detect when the browser is manually closed by a user? I have a ``` while True: time.sleep(5) if browser.stopped: return ``` but browser.stopped is always false, even...