Replies: 1 comment 2 replies
-
I am not sure but I guess, responseEnd of request.timing() is the response time of the page. const responseTime = response.request().timing().responseEnd; What do you think? Am I right? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an object or property from which I can get response time of a request to the server when crawling pages?
I use Playwright crawler.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions