How to use testclient with selenium in pytest? #3507
Unanswered
sneakers-the-rat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!! I have done a decent bit of searching around and can't quite find an answer already, hopefully this is not too obvious to those more familiar with the package.
I am trying to test a fastapi app (that uses the starlette TestClient, which is ultimately an httpx client) using selenium, and can't quite figure out how to forward the webdriver tests to the
transport
handlers running the WSGI application. Any advice would be very much appreciated :)Beta Was this translation helpful? Give feedback.
All reactions