Skip to content

v1.0.42

Compare
Choose a tag to compare
@YamStranger YamStranger released this 18 Feb 16:44
· 4785 commits to main since this release

Commits:

  • 33ff1a1 Allows explicit waits on web elements in a page (@wakaleo)

    For example:
    withTimeoutOf(5, TimeUnit.SECONDS).waitFor(facebookIcon).click()