Package | Description |
---|---|
com.borland.silktest.jtf.xbrowser |
This package contains classes for the xBrowser TechDomain.
|
Modifier and Type | Method and Description |
---|---|
BrowserWindow |
BrowserApplication.closeTab()
Closes the specified tab.
|
BrowserWindow |
BrowserApplication.closeTab(int tabIndex)
Closes the specified tab.
|
BrowserWindow |
BrowserApplication.closeTab(ItemIdentifier tab)
Closes the specified tab.
|
BrowserWindow |
BrowserApplication.closeTab(String tabText)
Closes the specified tab.
|
BrowserWindow |
BrowserApplication.getActiveTab()
Deprecated.
In Silk Test 2011 or later use the
GetSelectedTab method instead. |
BrowserWindow |
BrowserApplication.getSelectedTab()
Returns the currently selected tab.
|
BrowserWindow |
BrowserApplication.openTab()
Opens a new tab and navigates to the given URL.
|
BrowserWindow |
BrowserApplication.openTab(String url)
Opens a new tab and navigates to the given URL.
|
BrowserWindow |
BrowserApplication.selectTab(int tabIndex)
Selects the specified tab.
|
BrowserWindow |
BrowserApplication.selectTab(ItemIdentifier tab)
Selects the specified tab.
|
BrowserWindow |
BrowserApplication.selectTab(String tabText)
Selects the specified tab.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.