Daniel Shogbon
Daniel Shogbon
@wkeeling Typically, it would make sense that if using an internet proxy with selenium wire, every request passing through the upstream should be intercepted by selenium wire. I noticed chrome...
``` for _ in range(self._connection_retry_count): try: self.info = ContraDict(await self._http.get("version"), silent=True) except (Exception,): if _ == 4: logger.debug("could not start", exc_info=True) await self.sleep(0.5) else: break ``` does not wait long...