class Playwright::Response

def security_details

Returns SSL and other security information.
def security_details
  wrap_impl(@impl.security_details)
end