-
Notifications
You must be signed in to change notification settings - Fork 111
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
Wait For Request to return request payload #4003
Comments
@allcontributors please add @mekxtari for ideas |
Playwright supports this: https://playwright.dev/docs/api/class-request Could you be more specific what you are looking for? |
Few daya ago i received reply to my email account saying the following: ”Hello, we tried to solve the issue. This is what we did: Modified the wait_for_request keyword to include the request payload in the returned data. This allows users to verify request payload values without extending the library. You can review changes in this commit: clarin-ebtio800090@e2e1591.” So i believe this is already done and Wait For Request will return payload data in next released version? |
Err, that link does not work and I don’t follow what you are saying. Could clarify what you are saying? |
So can we close the issue? |
Is your feature request related to a problem? Please describe.
I would like to verify request payload values.
Describe the solution you'd like
Maybe Wait For Request could return request payload.
Describe alternatives you've considered
By extending browser libary you can return request payload but
it would be nice to be included without extension.
Additional context
The text was updated successfully, but these errors were encountered: