| Modifier and Type | Method and Description |
|---|---|
BerkResponse |
BerkRequest.getCoordinates(String elementPath,
int deviceScreenWidth,
int deviceScreenHeight) |
| Modifier and Type | Method and Description |
|---|---|
Map<Boolean,BerkResponse> |
Berk.ifElementDisplayedGetCoordinates(org.openqa.selenium.WebDriver driver,
String elementPath,
int waitTimeSecond)
Checks if the specified element is displayed and returns a BerkResponse wrapped in an Optional.
|
Map<Boolean,BerkResponse> |
Berk.ifElementDisplayedGetText(org.openqa.selenium.WebDriver driver,
String elementPath,
int waitTimeSecond)
This method checks if the specified element is displayed and returns a BerkResponse wrapped in a Map.
|
Copyright © 2024. All rights reserved.