| Type | Name and description |
|---|---|
org.openqa.selenium.WebElement |
findWebElementBy(org.openqa.selenium.By by)Find Web element using By class |
com.paulhammant.ngwebdriver.NgWebDriver |
initNgDriver()Initialize NgWebDriver |
java.lang.Object |
waitForAngularLoad()Wait for the elements or requests in Angular application until all the elements/request has been completed. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Find Web element using By class
by - Locator created by By classInitialize NgWebDriver
Wait for the elements or requests in Angular application until all the elements/request has been completed.