Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions for running tests & deployment #11

Open
wkeeling opened this issue Nov 6, 2021 · 1 comment
Open

Use GitHub Actions for running tests & deployment #11

wkeeling opened this issue Nov 6, 2021 · 1 comment

Comments

@wkeeling
Copy link
Owner

wkeeling commented Nov 6, 2021

This project used to use Travis for CI, but should now be converted to use GitHub actions for running tests and deployment to PyPI.

@cheshennull
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants