new BrowserTO()
Members
displayName
Methods
$(selector, objTypeopt) → {*}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
selector | Description | string | The description of the test object. Can be a full test object description or a string. If a string is provided, it is interpreted as a CSS selector with a default test object type of WebElement. | ||
objType | Description |
<optional> | Web.Element() | The type of test object to use when supplying a CSS string for the selector. |
Returns:
- Type
- *
$$(a, dontFilterByTypeopt) → {Promise.<Array.<TestObject>>}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
a | Description | string | description object that defines the test object type and the set of properties and values that should be common to all objects that are returned. | ||
dontFilterByType | boolean |
<optional> | false | Set this parameter to true to avoid limiting the returned objects to a specific test object type. |
Returns:
- Type
- Promise.<Array.<TestObject>>
$x(xpath, childTypeopt) → {*}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
xpath | string | The xpath of the element that will be used to search for the test object. | ||
childType | Description |
<optional> | Web.Element() | The child type. |
Returns:
- Type
- *
absoluteLocation() → {Promise.<Point>}
Remark: 0,0 is always the top-left corner of the (primary) monitor.
Returns:
- Type
- Promise.<Point>
back() → {Promise.<void>}
Note: This method is identical to clicking the browser's Back button.
Returns:
- Type
- Promise.<void>
clearCache() → {Promise.<void>}
Note: This method does not clear the browser's cookies. Use deleteCookies() to delete the cookies.
Returns:
- Type
- Promise.<void>
close() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
closeAllTabs() → {Promise.<void>}
Use the close() method to close only the currently open tab.
Limitation: Your Internet Explorer (IE) browser must be configured to "Always close all tabs". To do this, open two or more tabs in IE. Then close IE. In the message box that pops up, select the "Always close all tabs" option.
Note: This method is not supported on Chrome. Use the Close method instead.
Returns:
- Type
- Promise.<void>
deleteCookies(originopt) → {Promise.<void>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
origin | string |
<optional> | The full or partial domain of the source. If no arguments are passed: Deletes all cookies from the browser. If an argument is passed: Deletes only cookies that originated from the browser source. For example, entering MySite.com or MySite.net clears cookies only from the specified site, whereas entering MySite clears cookies from all related domains. Note: This method does not clear the browser's cache. Use clearCache() to clear the cache. |
Returns:
- Type
- Promise.<void>
description() → {*}
Returns:
- Type
- *
embedScript(scriptToEmbed, functionName) → {Promise.<void>}
Note:
- The script remains embedded until you close the browser, or until the run session ends.
- Using this method to perform alert operations may result in unexpected behavior.
- To run this method, the security settings in your Web browser must be set to allow active scripting; otherwise, steps using this method will fail.
Parameters:
Name | Type | Description |
---|---|---|
scriptToEmbed | function | string | The full content of the JavaScript to embed. |
functionName | string | Optional: the name of the function. |
Returns:
- Type
- Promise.<void>
waitUntilExists(timeout[opt]) → {Promise.<boolean>}
Waits until this test object exists or until the specified timeout elapses. This method is useful for synchronizing your test with your application.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
timeout | number |
<optional> | The time (in seconds) to wait for this object to exist. By default, uses the object synchronization timeout defined in the runtime engine settings. |
Returns:
- Type
- Promise.<boolean>
exists(timeoutopt) → {Promise.<boolean>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
timeout | number |
<optional> | The time (in seconds) to wait for this object before returning a result of true or false. By default, uses the object synchronization timeout defined in the runtime engine settings. |
Returns:
- Type
- Promise.<boolean>
forward() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
fullScreen(modeopt) → {Promise.<void>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
mode | Web.FullScreenMode |
<optional> | Indicates whether to set the browser to full screen or normal mode. Default: toggle |
Returns:
- Type
- Promise.<void>
getDialogText(rectangleopt) → {Promise.<void>}
Returns:
- Type
- Promise.<void>
getTextLocations(text, rectangleopt) → {Promise.<Object>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
text | string | The text to search for in the test object. | |
rectangle | Object |
<optional> | The rectangular area in the test object to search for the text. |
Returns:
- Type
- Promise.<Object>
getVisibleText(rectangleopt) → {Promise.<string>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
rectangle | Object |
<optional> | The rectangular area in the test object to return the text from. |
Returns:
- Type
- Promise.<string>
handleDialog(dialogAction) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
dialogAction | Web.DialogButton | The button to click. Default: OK |
Returns:
- Type
- Promise.<void>
handlePromptDialog(text) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
text | string | The text to enter in the edit field. |
Returns:
- Type
- Promise.<void>
hasDialog() → {Promise.<boolean>}
Returns:
- Type
- Promise.<boolean>
highlight() → {Promise.<void>}
Remark: This may be useful when debugging a test.
Returns:
- Type
- Promise.<void>
highlightMatches(description, dontFilterByTypeopt) → {Promise.<number>}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
description | A description object that defines the test object type and the set of properties and values that should be common to all objects that are highlighted. | |||
dontFilterByType | boolean |
<optional> | false | Set this parameter to true to avoid limiting the highlighted objects to a specific test object type. |
Returns:
- Type
- Promise.<number>
location() → {Promise.<Point>}
Returns:
- Type
- Promise.<Point>
navigate(url) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
url | string | The URL to open. |
Returns:
- Type
- Promise.<void>
numberOfTabs() → {Promise.<number>}
Returns:
- Type
- Promise.<number>
openNewTab() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
openTitle() → {Promise.<string>}
Returns:
- Type
- Promise.<string>
openUrl() → {Promise.<string>}
Returns:
- Type
- Promise.<string>
parent() → {*}
Returns:
- Type
- *
refresh() → {Promise.<void>}
Note: This method is identical to clicking the browser's Refresh button.
Returns:
- Type
- Promise.<void>
resizeTo(sizeOrWidth, heightopt) → {Promise.<void>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
sizeOrWidth | Size | number | If a Size object is passed, it will resize according to the object. If a number is passed, it will be interpreted as a width. | |
height | number |
<optional> | If the first parameter is a full Size object, this parameter is ignored. |
Returns:
- Type
- Promise.<void>
siblingTabs() → {Promise.<Array.<Web.BrowserTO>>}
Returns:
- Type
- Promise.<Array.<Web.BrowserTO>>
size() → {Promise.<Size>}
Returns:
- Type
- Promise.<Size>
snapshot(optionsopt) → {Promise.<string>}
Parameters:
Name | Type | Attributes | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | Object |
<optional> | An options object that defines the image capture preferences.
Properties
|
Returns:
- Type
- Promise.<string>
sync() → {Promise.<void>}
Note: You can use this method to instruct your test to wait until the browser is loaded.
Returns:
- Type
- Promise.<void>
title() → {Promise.<string>}
Returns:
- Type
- Promise.<string>
url() → {Promise.<string>}
Returns:
- Type
- Promise.<string>
verifyImageExists(imageToFind, similarityopt) → {Promise.<Object>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
imageToFind | string | A Base64 string representation of the image to look for within the test object's snapshot. | |
similarity | number |
<optional> | The minimum similarity between the two images (as a percentage), above which the find is considered a match. Default = 100. |
Returns:
- Type
- Promise.<Object>
verifyImageMatch(expectedImage, pixelToleranceopt, rgbToleranceopt) → {Promise.<boolean>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
expectedImage | string | A Base64 string representation of the image to compare to the test object snapshot. | |
pixelTolerance | number |
<optional> | The percentage of pixels that can differ between the two images, and still be considered a match. Default = 0. |
rgbTolerance | number |
<optional> | The percentage by which the RGB values of the pixels in the two images can differ, and still be considered a match. Default = 0. |
Returns:
- Type
- Promise.<boolean>
verifyImageMatchWithMask(expectedImage, maskAreaImage, pixelToleranceopt, rgbToleranceopt) → {Promise.<boolean>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
expectedImage | string | A Base64 string representation of the image to compare to the test object snapshot. | |
maskAreaImage | string | A Base64 string representation of the image mask area to use in the image comparison. | |
pixelTolerance | number |
<optional> | The percentage of pixels that can differ between the two images, and still be considered a match. Default = 0. |
rgbTolerance | number |
<optional> | The percentage by which the RGB values of the pixels in the two images can differ, and still be considered a match. Default = 0. |
Returns:
- Type
- Promise.<boolean>
version() → {Promise.<Web.BrowserVersion>}
Returns:
- Type
- Promise.<Web.BrowserVersion>