Class UserAgentMetadata
java.lang.Object
org.openqa.selenium.devtools.v119.emulation.model.UserAgentMetadata
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.
-
Constructor Summary
ConstructorsConstructorDescriptionUserAgentMetadata
(Optional<List<UserAgentBrandVersion>> brands, Optional<List<UserAgentBrandVersion>> fullVersionList, Optional<String> fullVersion, String platform, String platformVersion, String architecture, String model, Boolean mobile, Optional<String> bitness, Optional<Boolean> wow64) -
Method Summary
-
Constructor Details
-
UserAgentMetadata
-
-
Method Details
-
getBrands
Brands appearing in Sec-CH-UA. -
getFullVersionList
Brands appearing in Sec-CH-UA-Full-Version-List. -
getFullVersion
Deprecated. -
getPlatform
-
getPlatformVersion
-
getArchitecture
-
getModel
-
getMobile
-
getBitness
-
getWow64
-