Enum WindowType
Represents the type of a new browser window that may be created
public enum WindowType
Fields
Tab = 1
Create a new browser window using a new tab.
Window = 0
Create a new browser window using a new top-level window.
Represents the type of a new browser window that may be created
public enum WindowType
Tab = 1
Create a new browser window using a new tab.
Window = 0
Create a new browser window using a new top-level window.