kazurayam / inspectus

The Inspectus library enables automated UI tests in Java/Groovy to perform "Visual Inspection" on top of the "materialstore"
Apache License 2.0
0 stars 0 forks source link

add WebDriverFormula#createWebDriverWait() method with Duration as param #53

Closed kazurayam closed 1 year ago

kazurayam commented 1 year ago

v0.7.0, WebDriverForumla class has

public final WebDriverWait createWebDriverWait(WebDriver driver, long timeoutSeconds)

I want a new signagure

public final WebDriverWait createWebDriverWait(WebDriver driver, Duration duration)