public class JSWaiter extends Object
| Constructor and Description |
|---|
JSWaiter(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
void |
waitAllRequest() |
void |
waitForAnimationToComplete(String css)
Waits for the elements animation to be completed
|
void |
waitForElementAreComplete(org.openqa.selenium.By by,
int expected)
Method to make sure a specific element has loaded on the page
|
void |
waitUntilAngular5Ready() |
void |
waitUntilAngularReady() |
public void waitUntilAngularReady()
public void waitUntilAngular5Ready()
public void waitAllRequest()
public void waitForElementAreComplete(org.openqa.selenium.By by,
int expected)
by: - the elementsexpected: - number of elements expectedpublic void waitForAnimationToComplete(String css)
css - Copyright © 2020. All rights reserved.