We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Salem,
I had a query regarding below line
playwright-APITesting/src/feartures/APIutils.ts
Line 18 in 39e96f2
I searched the whole documentation and did not understand how above code is equivalent to await request.get(url,options);
request.get(url,options);
Can you please explain what am I missing here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Salem,
I had a query regarding below line
playwright-APITesting/src/feartures/APIutils.ts
Line 18 in 39e96f2
I searched the whole documentation and did not understand how above code is equivalent to await
request.get(url,options);
Can you please explain what am I missing here
The text was updated successfully, but these errors were encountered: