Method: Playwright::AndroidDevice#serial
- Defined in:
- lib/playwright_api/android_device.rb
#serial ⇒ Object
Device serial number.
116 117 118 |
# File 'lib/playwright_api/android_device.rb', line 116 def serial wrap_impl(@impl.serial) end |