Table of Contents

Enum WindowType

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

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.