class Playwright::PlaywrightApi

def self.unwrap(api)

Other tags:
    Note: - Intended for internal use only.
def self.unwrap(api)
  case api
  when PlaywrightApi
    api.instance_variable_get(:@impl)
  else
    api
  end
end