Playwright::Response
Response class represents responses which are received by page.
Instance methods
headers
Returns the object with HTTP headers associated with the response. All header names are lower-case.
ok
Contains a boolean stating whether the response was successful (status in the range 200-299) or not.