class Playwright::PlaywrightApi

def initialize(impl)

Parameters:
  • impl (Playwright::ChannelOwner|Playwright::ApiImplementation) --
def initialize(impl)
  @impl = impl
end