kdrzazga / KdSelFramework

Web automation framework based on Selenium
0 stars 0 forks source link

Page class - add Objects.requireNotNull #10

Open kdrzazga opened 6 years ago

kdrzazga commented 6 years ago

ExpectedCondition expectation = driver -> ((JavascriptExecutor) driver).executeScript(jsScript) .equals("complete");