Method: Playwright::AndroidWebView#pid
- Defined in:
- lib/playwright_api/android_web_view.rb
#pid ⇒ Object
WebView process PID.
14 15 16 |
# File 'lib/playwright_api/android_web_view.rb', line 14 def pid raise NotImplementedError.new('pid is not implemented yet.') end |