Skip navigation links
A B C D F G I L S W 

A

AIElementLocator - Class in com.github.aimate.annotation
 
AIElementLocator(WebDriver, Field) - Constructor for class com.github.aimate.annotation.AIElementLocator
 
AIElementLocatorFactory - Class in com.github.aimate.annotation
 
AIElementLocatorFactory(WebDriver) - Constructor for class com.github.aimate.annotation.AIElementLocatorFactory
 
AIFindBy - Annotation Type in com.github.aimate.annotation
 
AIFindBy.AIFindByUtils - Class in com.github.aimate.annotation
 
AIMateException - Exception in com.github.aimate.model
 
AIMateException() - Constructor for exception com.github.aimate.model.AIMateException
 
AIMateException(String, Throwable) - Constructor for exception com.github.aimate.model.AIMateException
 
AIMateException(String) - Constructor for exception com.github.aimate.model.AIMateException
 
AIMateException(Exception) - Constructor for exception com.github.aimate.model.AIMateException
 
AIMateProperties - Class in com.github.aimate.utils
 

B

buildBy(AIFindBy) - Static method in class com.github.aimate.annotation.AIFindBy.AIFindByUtils
 

C

com.github.aimate.annotation - package com.github.aimate.annotation
 
com.github.aimate.generator - package com.github.aimate.generator
 
com.github.aimate.model - package com.github.aimate.model
 
com.github.aimate.storage - package com.github.aimate.storage
 
com.github.aimate.utils - package com.github.aimate.utils
 
createLocator(Field) - Method in class com.github.aimate.annotation.AIElementLocatorFactory
 
createOrUpdateWebElement(String, By, WebDriver) - Method in class com.github.aimate.storage.LocatorsDAO
 

D

DefaultFirestoreKeys - Class in com.github.aimate.storage
 
DefaultFirestoreKeys() - Constructor for class com.github.aimate.storage.DefaultFirestoreKeys
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.aimate.storage.InterfaceAdapter
 

F

findElement() - Method in class com.github.aimate.annotation.AIElementLocator
 
findElements() - Method in class com.github.aimate.annotation.AIElementLocator
 

G

generateAlternativeLocators(WebDriver, By) - Static method in class com.github.aimate.generator.LocatorGenerator
Generates and tests alternative locators based on the usable attributes contained in the WebElementAttributes returned by getElementAttributes() method.
generateByAlt(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByClass(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByHref(WebElementAttributes) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateById(WebElementAttributes) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByInnertext(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByInnertextAndClass(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByName(WebElementAttributes) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateBySrc(WebElementAttributes) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByStyle(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByText(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByTextAndClass(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByType(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
generateByValue(WebElementAttributes, WebDriver) - Static method in class com.github.aimate.generator.GeneratorUtils
 
GeneratorUtils - Class in com.github.aimate.generator
Author: santiago.blanco Date: 2019-10-28
getAlt() - Method in class com.github.aimate.model.WebElementAttributes
 
getBoolean(String) - Method in class com.github.aimate.utils.AIMateProperties
 
getBy() - Method in class com.github.aimate.model.Locator
 
getBy() - Method in class com.github.aimate.model.WebElementAttributes
 
getClazz() - Method in class com.github.aimate.model.WebElementAttributes
 
getDouble(String) - Method in class com.github.aimate.utils.AIMateProperties
 
getElementLocatorsFromDB(String) - Method in class com.github.aimate.storage.LocatorsDAO
 
getHref() - Method in class com.github.aimate.model.WebElementAttributes
 
getId() - Method in class com.github.aimate.model.WebElementAttributes
 
getInnertext() - Method in class com.github.aimate.model.WebElementAttributes
 
getInstance() - Static method in class com.github.aimate.storage.LocatorsDAO
 
getInstance() - Static method in class com.github.aimate.utils.AIMateProperties
 
getInteger(String) - Method in class com.github.aimate.utils.AIMateProperties
 
getLocator(AIFindBy) - Static method in class com.github.aimate.annotation.AIFindBy.AIFindByUtils
 
getName() - Method in class com.github.aimate.model.WebElementAttributes
 
getNumberOfElements(WebDriver, By) - Static method in class com.github.aimate.generator.SeleniumUtils
 
getOuterhtml() - Method in class com.github.aimate.model.WebElementAttributes
 
getPreferredStrategy() - Method in class com.github.aimate.model.WebElementAttributes
 
getReference() - Method in class com.github.aimate.model.Locator
 
getRelativePosition() - Method in class com.github.aimate.model.WebElementAttributes
 
getRelativePositionFromAbsolute(Point, Dimension) - Static method in class com.github.aimate.generator.SeleniumUtils
 
getSrc() - Method in class com.github.aimate.model.WebElementAttributes
 
getString(String) - Method in class com.github.aimate.utils.AIMateProperties
 
getStyle() - Method in class com.github.aimate.model.WebElementAttributes
 
getTag() - Method in class com.github.aimate.model.WebElementAttributes
 
getText() - Method in class com.github.aimate.model.WebElementAttributes
 
getType() - Method in class com.github.aimate.model.WebElementAttributes
 
getUnique() - Method in class com.github.aimate.model.Locator
 
getUrl() - Method in class com.github.aimate.model.WebElementAttributes
 
getValue() - Method in class com.github.aimate.model.WebElementAttributes
 
getWebElement(WebDriver, By, int) - Static method in class com.github.aimate.generator.SeleniumUtils
 
getWorking() - Method in class com.github.aimate.model.Locator
 

I

InterfaceAdapter<T> - Class in com.github.aimate.storage
 
InterfaceAdapter() - Constructor for class com.github.aimate.storage.InterfaceAdapter
 

L

Locator - Class in com.github.aimate.model
 
Locator(String) - Constructor for class com.github.aimate.model.Locator
 
Locator(By) - Constructor for class com.github.aimate.model.Locator
 
LocatorGenerator - Class in com.github.aimate.generator
 
LocatorsDAO - Class in com.github.aimate.storage
 

S

SeleniumUtils - Class in com.github.aimate.generator
 
serialize(T, Type, JsonSerializationContext) - Method in class com.github.aimate.storage.InterfaceAdapter
 
setAlt(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setBy(By) - Method in class com.github.aimate.model.Locator
 
setBy(By) - Method in class com.github.aimate.model.WebElementAttributes
 
setClazz(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setHref(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setId(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setInnertext(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setName(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setOuterhtml(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setPreferredStrategy(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setProperty(String, String) - Method in class com.github.aimate.utils.AIMateProperties
 
setReference(String) - Method in class com.github.aimate.model.Locator
 
setRelativePosition(Point) - Method in class com.github.aimate.model.WebElementAttributes
 
setSrc(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setStyle(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setTag(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setText(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setType(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setUnique(Boolean) - Method in class com.github.aimate.model.Locator
 
setUrl(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setValue(String) - Method in class com.github.aimate.model.WebElementAttributes
 
setWorking(Boolean) - Method in class com.github.aimate.model.Locator
 

W

WebElementAttributes - Class in com.github.aimate.model
 
WebElementAttributes() - Constructor for class com.github.aimate.model.WebElementAttributes
 
A B C D F G I L S W 
Skip navigation links

Copyright © 2020. All rights reserved.