Index
All Classes and Interfaces|All Packages
A
- ai.test.sdk - package ai.test.sdk
-
Contains the main classes for the Test.ai (Fluffy Dragon) SDK.
C
- click() - Method in class ai.test.sdk.TestAiElement
- click(boolean) - Method in class ai.test.sdk.TestAiElement
-
Attempts to perform a click action on this element
F
- findByElementName(String) - Method in class ai.test.sdk.TestAiDriver
-
Finds an element by
elementName. - findElementByClassName(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by class name.
- findElementByClassName(String, String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by class name.
- findElementByCssSelector(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by css selector.
- findElementByCssSelector(String, String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by css selector.
- findElementById(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by id.
- findElementById(String, String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by id.
- findElementByLinkText(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by link text.
- findElementByLinkText(String, String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by link text.
- findElementByName(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by name.
- findElementByName(String, String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by name.
- findElementByPartialLinkText(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by partial link text.
- findElementByPartialLinkText(String, String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by partial link text.
- findElementByTagName(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by tag name.
- findElementByTagName(String, String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by tag name.
- findElementByXPath(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by xpath.
- findElementByXPath(String, String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find an element by xpath.
- findElementsByClassName(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find all elements with the matching class name.
- findElementsByCssSelector(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find all elements with the matching css selector.
- findElementsById(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find all elements with the matching id.
- findElementsByLinkText(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find all elements with the matching link text.
- findElementsByName(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find all elements with the matching name.
- findElementsByPartialLinkText(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find all elements with the matching partial link text.
- findElementsByTagName(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find all elements with the matching tag name.
- findElementsByXPath(String) - Method in class ai.test.sdk.TestAiDriver
-
Attempts to find all elements with the matching xpath.
G
- get(String) - Method in class ai.test.sdk.TestAiDriver
-
Opens a web browser and directs it to
url. - getLocation() - Method in class ai.test.sdk.TestAiElement
- getRect() - Method in class ai.test.sdk.TestAiElement
- getSize() - Method in class ai.test.sdk.TestAiElement
- getTagName() - Method in class ai.test.sdk.TestAiElement
- getText() - Method in class ai.test.sdk.TestAiElement
I
- implicitlyWait(long) - Method in class ai.test.sdk.TestAiDriver
-
Convenience method, implicitly wait for the specified amount of time.
S
- sendKeys(CharSequence...) - Method in class ai.test.sdk.TestAiElement
- sendKeys(String, boolean, boolean) - Method in class ai.test.sdk.TestAiElement
-
Attempts to type the specified String (
value) into this element. - submit() - Method in class ai.test.sdk.TestAiElement
T
- TestAiDriver - Class in ai.test.sdk
-
A convenient wrapper around
RemoteWebDriverwhich calls out to Test.ai to improve the accuracy of identified elements. - TestAiDriver(RemoteWebDriver, String) - Constructor for class ai.test.sdk.TestAiDriver
-
Constructor, creates a new TestAiDriver with the default server url (sdk.test.ai), non-interactive mode, and with training enabled.
- TestAiDriver(RemoteWebDriver, String, String, String, boolean) - Constructor for class ai.test.sdk.TestAiDriver
-
Constructor, creates a new TestAiDriver.
- TestAiElement - Class in ai.test.sdk
-
An enhanced RemoteWebElement which uses the results of the Test.ai classifier for improved accuracy.
All Classes and Interfaces|All Packages