public class LocatorsDAO extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
createOrUpdateWebElement(String identifier,
org.openqa.selenium.By by,
org.openqa.selenium.WebDriver driver) |
ArrayList<org.openqa.selenium.By> |
getElementLocatorsFromDB(String identifier) |
static LocatorsDAO |
getInstance() |
public static LocatorsDAO getInstance() throws IOException, AIMateException
IOExceptionAIMateExceptionpublic void createOrUpdateWebElement(String identifier, org.openqa.selenium.By by, org.openqa.selenium.WebDriver driver) throws InterruptedException, ExecutionException, AIMateException
public ArrayList<org.openqa.selenium.By> getElementLocatorsFromDB(String identifier) throws InterruptedException, ExecutionException
Copyright © 2020. All rights reserved.