See: Description
| Interface | Description |
|---|---|
| IBrowserType | |
| OptionsEnum |
The interface for those options that provide enum constants to ease options usage.
|
| Class | Description |
|---|---|
| CommonOptions |
Contains options that can be set on the Open Agent.
|
| JtfObjectHandle |
Represents a handle that Silk Test internally uses to identify resolved objects in the application under test.
|
| Messages | |
| TechDomain |
Contains constants for the supported tech domains.
|
| Enum | Description |
|---|---|
| BrowserType |
Defines the different BrowserType constants that can be used to create a BrowserBaseState that runs against
a certain browser.
|
| ReplayMode |
The replay mode defines how controls are replayed.
|
| TruelogScreenshotMode |
The Truelog screenshot mode defines which type of screenshots will be written into the Truelog file during replay.
|
| XBrowserSynchronizationMode |
The XBrowserSynchronizationMode configures the supported synchronization mode for HTML or AJAX.
|
| Exception | Description |
|---|---|
| AgentConnectionException |
Exception indicating that connecting to the Open Agent failed.
|
| BitmapNotStableException |
Can be thrown when a bitmap is captured.
|
| ClientSessionException |
A
ClientSessionException is thrown when invalid operations are performed on a ClientSession,
for example accessing a ClientSession after it was disposed. |
| CloseFailedException |
Indicates a close operation failed.
|
| ImageNotFoundException |
Thrown if an image was not found in the application under test during executing an image click.
|
| IndexOutOfRangeException |
Indicates that an index is out of the specified range.
|
| InvalidBitmapRegionException |
This exception is thrown if "CaptureBitmap" is called with an invalid region within the object to take a screenshot
from, e.g.
|
| InvalidColumnNumberException |
Thrown on attempts to operate with an invalid column, e.g.
|
| InvalidCssStyleException |
Is thrown if a CSS style name is invalid or is not defined for a certain DOM element.
|
| InvalidFileNameException |
Indicates that a file name is syntactically invalid.
|
| InvalidItemIdentifierException |
Thrown on attempts to access an item that does not exist, e.g.
|
| InvalidItemPathException |
Thrown on attempts to e.g.
|
| InvalidLineNumberException |
Thrown when using a line number that does not exist in a multi-line TextField.
|
| InvalidObjectHandleException |
Indicates that an attempt to access an object failed because the used
JtfObjectHandle is invalid. |
| InvalidOptionNameException |
Thrown on an attempt to read / write an option that does not exist.
|
| InvalidParameterException |
Thrown if a method parameter during replay is invalid.
|
| InvalidPropertyNameException |
Thrown on attempts to read / write a property that the given object does not support.
|
| InvalidXPathException |
Indicates an XPath parsing error.
|
| LaunchApplicationFailedException |
Thrown if an application cannot be started.
|
| LaunchApplicationTimeoutException |
This exception is thrown if an object cannot be resolved after a certain timeout after launching an application.
|
| LicenseCheckException |
This exception is thrown if no license can be retrieved from the license server.
|
| NoAlertPresentException |
Thrown on attempts to accept or dismiss an alert when no alert is present.
|
| ObjectNotEnabledException |
Thrown when replaying against a control that is disabled in the UI.
|
| ObjectNotFoundException |
Indicates that an object specified by an XPath locator could not be found in the application under test.
|
| OperationNotSupportedException |
This exception indicates that an instance of a specific class does not support a specific operation.
|
| PositionOutOfRangeException |
Thrown on attempts to set an invalid position, e.g.
|
| PropertyReadOnlyException |
This exception indicates an attempt to write a read-only property.
|
| UnhandledAlertException |
Modal Javascript dialog present.
|
| UnsupportedMethodException |
Thrown on attempts to invoke a method that the given object does not support.
|
| VerificationFailedException |
Thrown if a verification fails.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.