using paulhammant ngwebdriver

9 views
Skip to first unread message

Suresh Kumar

unread,
Sep 3, 2019, 3:05:03 PM9/3/19
to Galen Framework
Please advice on how to use paulhammant ngwebdriver to test angular apps; 

Not sure on how to implement the below methods as I see the GalenJavaTestBase using ThreadLocal concept. 

public void waitTillAngularFinished() {
NgWebDriver ngWebDriver = new NgWebDriver( (JavascriptExecutor) driver );
try {
ngWebDriver.waitForAngularRequestsToFinish();
} catch (Exception e) {

}
}

some help is really appreciated. 

Reply all
Reply to author
Forward
0 new messages