Method: Playwright::AndroidWebView#pid

Defined in:
lib/playwright_api/android_web_view.rb

#pidObject

WebView process PID.

Raises:

  • (NotImplementedError)


14
15
16
# File 'lib/playwright_api/android_web_view.rb', line 14

def pid
  raise NotImplementedError.new('pid is not implemented yet.')
end