Skip navigation links
A C D G M S T V W 

A

addCookie(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
add cookie, This will valid for the entire domain
assertAttribute(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify attribute value for specific locator somewhere in the page.
assertCssClass(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
verify css class name for specific locator somewhere in the page.
assertCssStyle(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify css property value for specific locator somewhere in the page.
assertCssStyleColor(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method verify the css color property value of is equal to value provide for element locator
assertDisabled(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified element is disable somewhere on the page
assertEnabled(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified element is enable somewhere on the page
assertLinkWithPartialTextPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified partial link is somewhere on the page
assertLinkWithTextPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified link text is somewhere on the page
assertNotAttribute(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify not attribute value for specific locator somewhere in the page.
assertNotCssClass(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
verify not css class name for specific locator somewhere in the page.
assertNotCssStyle(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify not css property value for specific locator somewhere in the page.
assertNotCssStyleColor(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method verify the css color property value of is not equal to value provide for element locator
assertNotPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified element is not present somewhere on the page
assertNotSelected(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified element is not selected somewhere on the page
assertNotText(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify an element is not contain the text.
assertNotValue(String, T) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Not verify the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
assertNotVisible(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified element is not visible somewhere on the page
assertPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified element is somewhere on the page
assertSelected(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified element is selected somewhere on the page
assertText(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify the text of an element.
assertValue(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
assertVisible(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 

C

clear(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
clear the specified element value from the field
click(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Clicks on a link, button, checkbox or radio button.
com.qmetry.qaf.automation.step - package com.qmetry.qaf.automation.step
 
comment(Object) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
CommonStep - Class in com.qmetry.qaf.automation.step
com.qmetry.qaf.automation.step.CommonStep.java
CommonStep() - Constructor for class com.qmetry.qaf.automation.step.CommonStep
 

D

deleteAllCookies() - Static method in class com.qmetry.qaf.automation.step.CommonStep
Delete all the cookies for the current domain.
deleteCookie(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Delete the named cookie from the current domain.
dragAndDrop(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
A convenience step for drag and drop that performs click-and-hold at the location of the source element, moves to the location of the target element, then releases the mouse.

G

get(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Opens an URL in the browser.
getCookieValue(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Get a cookie with a given name
getText(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Retrieve the value for specified element.

M

mouseOver(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 

S

sendKeys(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Insert text in the given locator
setAttribute(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
set the attribute value for specific locator somewhere in the page.
startTransaction(String, int) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Start time tracking which can be stopped by subsequent call to stopTransaction().
startTransaction(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Start time tracking which can be stopped by subsequent call to stopTransaction().
stopTransaction() - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
store(Object, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Store a value in variable to use later on.
storeLastStepResultInto(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Store last step result with the given name.
submit(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Submit the specified page.
switchDriver(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Switch from one driver to another and visa-versa during the test.
switchToDefaultWindow() - Static method in class com.qmetry.qaf.automation.step.CommonStep
switched to the defult window.
switchToFrame(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
switchToParentFrame() - Static method in class com.qmetry.qaf.automation.step.CommonStep
switches the webdriver context to the parent frame
switchToWindow(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Switch the context to the driver to new window Example:
switchToWindow '2'
switchToWindow 'Forgot Password Popup'

T

tearDownDriver() - Static method in class com.qmetry.qaf.automation.step.CommonStep
This step will tear down driver.

V

verifyAttribute(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert attribute value for specific locator somewhere in the page.
verifyCssClass(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert css class name for specific locator somewhere in the page.
verifyCssStyle(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert css property value for specific locator somewhere in the page.
verifyCssStyleColor(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method verify the css color property value of is equal to value provide for element locator
verifyDisabled(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert that the specified element is disabled somewhere on the page
verifyEnabled(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert that the specified element is not enable somewhere on the page
verifyLinkWithPartialTextPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Asserts that the specified link with given partial text is somewhere on the page
verifyLinkWithTextPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Asserts that the specified link with given text is somewhere on the page
verifyNotAttribute(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert not attribute value for specific locator somewhere in the page.
verifyNotCssClass(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert not css class name for specific locator somewhere in the page.
verifyNotCssStyle(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert not css property value for specific locator somewhere in the page.
verifyNotCssStyleColor(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method verify the css color property value of is not equal to value provide for element locator
verifyNotPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert that the specified element is not somewhere on the page
verifyNotSelected(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert that the specified element is not selected somewhere on the page
verifyNotText(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Asserts the text of an element.
verifyNotValue(String, T) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Asserts not the value of an element.
verifyNotVisible(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert that the specified element is not visible somewhere on the page
verifyPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Asserts that the specified element is somewhere on the page.
verifySelected(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Assert that the specified element is selected somewhere on the page
verifyText(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Asserts the text of an element.
verifyValue(String, T) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Asserts the value of an element.
verifyVisible(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Verify that the specified element is visible somewhere on the page

W

waitForAjaxToComplete() - Static method in class com.qmetry.qaf.automation.step.CommonStep
Will check and wait until in-progress AJAX call get completed from any of the JsToolkit.
waitForAjaxToComplete(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Will check and wait until in-progress AJAX call get completed from provide toolkit.
waitForAttribute(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until it gets the value of an element attribute for specified element locator.
waitForAttribute(String, String, String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForCssClass(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until it gets the CSS class name for specified element locator
waitForCssClass(String, String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForCssStyle(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until it gets the property value for specified element locator
waitForCssStyle(String, String, String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForCssStyleColor(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until it gets the css color property value for specified element locator
waitForDisabled(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Determines if the specified element is disable.
waitForDisabled(String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForEnabled(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Determines if the specified element is enable.
waitForEnabled(String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForNotAttribute(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until it can not gets the value of an element attribute for specified element locator.
waitForNotAttribute(String, String, String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForNotCssClass(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until it can not gets the CSS class name for specified element locator
waitForNotCssClass(String, String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForNotCssStyle(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until it can not gets the property value for specified element locator
waitForNotCssStyle(String, String, String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForNotCssStyleColor(String, String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until not the css color property value of element locator
waitForNotPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Determines if the specified element is not present.
waitForNotPresent(String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForNotSelected(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until the locator in the specified page will not be selected.
waitForNotSelected(String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForNotText(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Gets the text of an element.
waitForNotText(String, String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForNotValue(String, Object) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Gets the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
waitForNotValue(String, Object, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForNotVisible(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Determines if the specified element is not visible.
waitForNotVisible(String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForPresent(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Determines if the specified element is present.
waitForPresent(String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForSelected(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
This method wait until the locator in the specified page will be selected.
waitForSelected(String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForText(String, String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Gets the text of an element.
waitForText(String, String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForValue(String, Object) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Gets the (whitespace-trimmed) value of an input field (or anything else with a value parameter).
waitForValue(String, Object, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
waitForVisible(String) - Static method in class com.qmetry.qaf.automation.step.CommonStep
Wait for the specified element is visible Determines if the specified element is visible.
waitForVisible(String, long) - Static method in class com.qmetry.qaf.automation.step.CommonStep
 
A C D G M S T V W 
Skip navigation links