class Playwright::Android

def devices(host: nil, omitDriverInstall: nil, port: nil)

Returns the list of detected Android devices.
def devices(host: nil, omitDriverInstall: nil, port: nil)
  wrap_impl(@impl.devices(host: unwrap_impl(host), omitDriverInstall: unwrap_impl(omitDriverInstall), port: unwrap_impl(port)))
end