- 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.
- 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.
- 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
-
- 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.
- 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.
- 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
- 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
-
- 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
-
- 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
-