struct Protocol::Emulation::UserAgentMetadata
- Protocol::Emulation::UserAgentMetadata
- Struct
- Value
- Object
Overview
Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints Missing optional values will be filled in by the target with what it would normally use.
Included Modules
- JSON::Serializable
Defined in:
protocol/emulation.crConstructors
Instance Method Summary
- #architecture : String
- #bitness : String | Nil
- #brands : Array(UserAgentBrandVersion) | Nil
- #full_version : String | Nil
- #full_version_list : Array(UserAgentBrandVersion) | Nil
- #mobile : Bool
- #model : String
- #platform : String
- #platform_version : String
- #wow64 : Bool | Nil