pl.wendigo.chrome.api.emulation / SetNavigatorOverridesRequest

SetNavigatorOverridesRequest

data class SetNavigatorOverridesRequest (source)

Represents request frame that can be used with Emulation#setNavigatorOverrides operation call.

Overrides value returned by the javascript navigator object.

Link
Emulation#setNavigatorOverrides method documentation.

See Also

EmulationOperations.setNavigatorOverrides

Constructors

<init>

SetNavigatorOverridesRequest(platform: String)

Represents request frame that can be used with Emulation#setNavigatorOverrides operation call.

Properties

platform

val platform: String

The platform navigator.platform should return.