struct Playwright::DeviceDescriptor
- Playwright::DeviceDescriptor
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/impl/device_descriptor.crConstructors
Instance Method Summary
- #default_browser_type : BrowserType
- #device_scale_factor : Float64
- #has_touch : Bool
- #is_mobile : Bool
- #playwright : PlaywrightImpl?
- #playwright=(playwright : PlaywrightImpl?)
- #user_agent : String
- #viewport : Viewport
- #viewport=(viewport : Viewport)