You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, because the project: https://github.com/wkeeling/selenium-wire is archived, I can't file an issue, so I'm here to remind you, sorry.
Works on windows 10 + python 3.8
My code is:
def intercept_request(self, request):
if 'www.google.com' in request.url:
del self.driver.request_interceptor
del self.driver.requests
self.driver.quit()
exit()
When he finished executing and exited, he encountered a problem:
E:\python38\lib\asyncio\base_events.py:641: RuntimeWarning: coroutine 'Master._shutdown' was never awaited
self._ready.clear()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
This project used to use Travis for CI, but should now be converted to use GitHub actions for running tests and deployment to PyPI.
The text was updated successfully, but these errors were encountered: