Method: Playwright::BrowserType#executable_path
- Defined in:
- lib/playwright_api/browser_type.rb
#executable_path ⇒ Object
A path where Playwright expects to find a bundled browser executable.
57 58 59 |
# File 'lib/playwright_api/browser_type.rb', line 57 def executable_path wrap_impl(@impl.executable_path) end |