IBrowserProfile
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectModel.Collections.BrowserProfile.IBrowserProfile
Kind: interface
Represents the current browser profile
This interface can be used in action OwnCode of ProjectMaker. Note that all the fields and properties are readonly. Fields may be empty if the emulation of corresponding elements is disabled (Profile → Browser → Emulation section)
Properties
Navigator
Property
INavigator Navigator { get; }
Gets the info about emulated Navigator (our substitute of an object Navigator in JavaScript)
Screen
Property
IScreen Screen { get; }
Gets the info about emulated screen properties.
Audio
Property
IAudio Audio { get; }
Gets the info about emulated audio settings.
WebGL
Property
IWebGL WebGL { get; }
Gets the info about emulated WebGL module.