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