class Playwright::AndroidWebView

def pid

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