Tabs.SetSize Method

Definition

Declares width (w) and height (h) for all current and new tabs.

public void SetSize(int w, int h)

Parameters

 w  int

 h  int

Examples

Tabs.SetSize (1820, 263);
DMBrowser tab0 = null;
Step (1, "adidas Official Website | adidas US - https://www.adidas.com/us");
tab0 = Tabs.NewTab ();
tab0.GoTo ("http://adidas.com/");
Tabs.SetSize (1820, 496);