BrowserResizeContent Method (Int32, Int32, Int32, Int32)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Resize the browser window content to the specified window rectangle. This function will handle the padding between the outer browser window and the content window.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void ResizeContent(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32
Desired x
y
Type: SystemInt32
Desired y
width
Type: SystemInt32
Desired width
height
Type: SystemInt32
Desired height
See Also

Reference