Class: Playwright::LocalUtils

Inherits:
PlaywrightApi show all
Defined in:
lib/playwright_api/local_utils.rb

Instance Method Summary collapse

Methods inherited from PlaywrightApi

#initialize, unwrap, wrap

Constructor Details

This class inherits a constructor from Playwright::PlaywrightApi

Instance Method Details

#zip(zip_file, name_value_array) ⇒ Object



5
6
7
# File 'lib/playwright_api/local_utils.rb', line 5

def zip(zip_file, name_value_array)
  wrap_impl(@impl.zip(unwrap_impl(zip_file), unwrap_impl(name_value_array)))
end