- doesNotExist() - Method in class se.claremont.taf.websupport.webdrivergluecode.ElementVerificationMethods
-
- DomChangeCaptureManager - Class in se.claremont.taf.websupport.gui.recorder.capturemanagers
-
Makes notice if DOM nodes with the tag INPUT has attribute changes.
- DomChangeCaptureManager() - Constructor for class se.claremont.taf.websupport.gui.recorder.capturemanagers.DomChangeCaptureManager
-
- domChanged(String) - Method in class se.claremont.taf.websupport.gui.recorder.captureinfrastructure.restserver.Resource
-
- DomElement - Class in se.claremont.taf.websupport
-
Object declaration mechanisms for web elements
Created by jordam on 2016-08-17.
- DomElement(By) - Constructor for class se.claremont.taf.websupport.DomElement
-
Declares a DOM element on a web page, for use in automation.
- DomElement(String) - Constructor for class se.claremont.taf.websupport.DomElement
-
- DomElement(By) - Constructor for class se.claremont.taf.websupport.DomElement
-
Please, use the more powerful se.claremont.autotest.websupport.elementidentification.By instead.
- DomElement(By, String) - Constructor for class se.claremont.taf.websupport.DomElement
-
Declares a DOM element on a web page, for use in automation.
- DomElement(WebElement) - Constructor for class se.claremont.taf.websupport.DomElement
-
Defines a DOM element based on the given Selenium WebElement.
- DomElement(WebElement, String, String) - Constructor for class se.claremont.taf.websupport.DomElement
-
Defines a DOM element based on the given Selenium WebElement.
- DomElement(String, DomElement.IdentificationType, String) - Constructor for class se.claremont.taf.websupport.DomElement
-
Declares a DOM element to be used in test execution.
- DomElement(String, DomElement.IdentificationType) - Constructor for class se.claremont.taf.websupport.DomElement
-
Declares a DOM element to be used in test execution.
- DomElement(String[], DomElement.IdentificationType, String) - Constructor for class se.claremont.taf.websupport.DomElement
-
Constructor for use for example with several languages.
- DomElement(String[], DomElement.IdentificationType) - Constructor for class se.claremont.taf.websupport.DomElement
-
Constructor for use for example with several languages.
- DomElement(String, DomElement.IdentificationType, Integer, String) - Constructor for class se.claremont.taf.websupport.DomElement
-
Declares a DOM element to be used in test execution.
- DomElement(String, DomElement.IdentificationType, Integer) - Constructor for class se.claremont.taf.websupport.DomElement
-
Declares a DOM element to be used in test execution.
- DomElement(String[], DomElement.IdentificationType, Integer, String) - Constructor for class se.claremont.taf.websupport.DomElement
-
Constructor for use for example with several languages.
- DomElement(String[], DomElement.IdentificationType, Integer) - Constructor for class se.claremont.taf.websupport.DomElement
-
Constructor for use for example with several languages.
- DomElement(PositionBasedWebElement) - Constructor for class se.claremont.taf.websupport.DomElement
-
Defines a DOM element on a web page, based on its relative position with other elements on the page.
- DomElement.IdentificationType - Enum in se.claremont.taf.websupport
-
Identification mechanisms
- driver - Variable in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
- W3CHtmlValidatorService - Class in se.claremont.taf.websupport
-
Utilizes the external W3C HTML validation service for checking of web pages.
- W3CHtmlValidatorService(TestCase, String, boolean) - Constructor for class se.claremont.taf.websupport.W3CHtmlValidatorService
-
Prepares for running a scan of current page source against W3C validation service.
- wait(int) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Pauses execution for a number of milliseconds.
- waitForElementToAppear(GuiElement) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Waits for the given element to appear.
- waitForElementToAppear(GuiElement, int) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Pauses execution until given element is displayed.
- waitForElementToBeEnabled(GuiElement, int) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Pauses execution until given element is displayed.
- waitForElementToDisappear(GuiElement) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Waiting for element to disappear.
- waitForElementToDisappear(GuiElement, int) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Pausing execution until the given element has disappeared.
- waitForElementToFinishAnimation(GuiElement) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Waits for the element image to stop changing.
- waitForElementToFinishAnimation(DomElement, int) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Waits for the element image to stop changing.
- wasSuccess - Variable in class se.claremont.taf.websupport.ActionResult
-
- WebAttributeChangeTestStep - Class in se.claremont.taf.websupport.gui.teststeps
-
- WebAttributeChangeTestStep() - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebAttributeChangeTestStep
-
- WebAttributeChangeTestStep(String, String) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebAttributeChangeTestStep
-
- WebAttributeChangeTestStep(DomElement, String, String, String) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebAttributeChangeTestStep
-
- WebCheckboxChangeTestStep - Class in se.claremont.taf.websupport.gui.teststeps
-
- WebCheckboxChangeTestStep() - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebCheckboxChangeTestStep
-
- WebCheckboxChangeTestStep(String, String) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebCheckboxChangeTestStep
-
- WebCheckboxChangeTestStep(DomElement, boolean) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebCheckboxChangeTestStep
-
- WebClickTestStep - Class in se.claremont.taf.websupport.gui.teststeps
-
- WebClickTestStep() - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebClickTestStep
-
- WebClickTestStep(String, String) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebClickTestStep
-
- WebClickTestStep(DomElement) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebClickTestStep
-
- WebDriverIsNotJavaScriptExecutorException() - Constructor for exception se.claremont.taf.websupport.gui.recorder.WebRecorder.WebDriverIsNotJavaScriptExecutorException
-
- WebDriverManager - Class in se.claremont.taf.websupport.webdrivergluecode
-
Settings and management of WebDriver browser interfaces.
- WebDriverManager(TestCase) - Constructor for class se.claremont.taf.websupport.webdrivergluecode.WebDriverManager
-
- WebDriverManager.WebBrowserType - Enum in se.claremont.taf.websupport.webdrivergluecode
-
Supported browser types for web based test execution via Selenium WebDriver.
- webElement - Variable in class se.claremont.taf.websupport.webdrivergluecode.positionbasedidentification.PositionBasedWebElement
-
- WebElementIdentifier - Class in se.claremont.taf.websupport.elementidentification
-
- WebElementIdentifier(TestCase, WebDriver, DomElement, boolean) - Constructor for class se.claremont.taf.websupport.elementidentification.WebElementIdentifier
-
- WebElementList - Class in se.claremont.taf.websupport.webdrivergluecode.positionbasedidentification
-
- WebInputTestStep - Class in se.claremont.taf.websupport.gui.teststeps
-
- WebInputTestStep() - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebInputTestStep
-
- WebInputTestStep(String, String) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebInputTestStep
-
- WebInputTestStep(DomElement, String) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebInputTestStep
-
- WebInteractionMethods - Class in se.claremont.taf.websupport.webdrivergluecode
-
Methods for interaction with web elements in a web page DOM.
- WebInteractionMethods(TestCase) - Constructor for class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Setting up the possibility to interact with web components
- WebInteractionMethods(TestCase, WebDriverManager.WebBrowserType) - Constructor for class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Attempts to create a WebDriver instance to use for the specified browser type
- WebInteractionMethods(TestCase, WebDriver) - Constructor for class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
- WebNavigationTestStep - Class in se.claremont.taf.websupport.gui.teststeps
-
- WebNavigationTestStep() - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebNavigationTestStep
-
- WebNavigationTestStep(String, String) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebNavigationTestStep
-
- WebNavigationTestStep(String) - Constructor for class se.claremont.taf.websupport.gui.teststeps.WebNavigationTestStep
-
- WebPageCodeConstructorWithBy - Class in se.claremont.taf.websupport.webdrivergluecode
-
- WebPageCodeConstructorWithBy(WebInteractionMethods) - Constructor for class se.claremont.taf.websupport.webdrivergluecode.WebPageCodeConstructorWithBy
-
- WebRecorder - Class in se.claremont.taf.websupport.gui.recorder
-
- WebRecorder(WebDriver) - Constructor for class se.claremont.taf.websupport.gui.recorder.WebRecorder
-
- WebRecorder.NullWebDriverException - Exception in se.claremont.taf.websupport.gui.recorder
-
- WebRecorder.WebDriverIsNotJavaScriptExecutorException - Exception in se.claremont.taf.websupport.gui.recorder
-
- WebSupportTabPanel - Class in se.claremont.taf.websupport.gui
-
- WebSupportTabPanel() - Constructor for class se.claremont.taf.websupport.gui.WebSupportTabPanel
-
- write(GuiElement, String) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Writes text to the given element.
- writeAfterClear(GuiElement, String) - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
Writes text to the given element after the element value has been cleared.
- writeRunningProcessListDeviationsSinceTestCaseStart() - Method in class se.claremont.taf.websupport.webdrivergluecode.WebInteractionMethods
-
When a test case object is created a snapshot of running processes is created.