Table of Contents

Class TabWindowInfo

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Web.dll
public class TabWindowInfo
Inheritance
TabWindowInfo
Inherited Members

Constructors

TabWindowInfo(int, int, bool, string, string, string, string, int, int, int, bool, int, int, int, int, IntPtr)

public TabWindowInfo(int id, int index, bool selected, string url, string title, string status, string browserVersion, int width, int height, int windowId, bool windowFocused, int windowTop, int windowLeft, int windowWidth, int windowHeight, IntPtr ownerHwnd)

Parameters

id int
index int
selected bool
url string
title string
status string
browserVersion string
width int
height int
windowId int
windowFocused bool
windowTop int
windowLeft int
windowWidth int
windowHeight int
ownerHwnd IntPtr

Fields

BrowserVersion

public readonly string BrowserVersion

Field Value

string

Height

public readonly int Height

Field Value

int

Id

public readonly int Id

Field Value

int

Index

public readonly int Index

Field Value

int

OwnerHwnd

public readonly IntPtr OwnerHwnd

Field Value

IntPtr

Selected

public readonly bool Selected

Field Value

bool

Status

public readonly string Status

Field Value

string

Title

public readonly string Title

Field Value

string

Url

public readonly string Url

Field Value

string

Width

public readonly int Width

Field Value

int

WindowFocused

public readonly bool WindowFocused

Field Value

bool

WindowHeight

public readonly int WindowHeight

Field Value

int

WindowId

public readonly int WindowId

Field Value

int

WindowLeft

public readonly int WindowLeft

Field Value

int

WindowTop

public readonly int WindowTop

Field Value

int

WindowWidth

public readonly int WindowWidth

Field Value

int

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int