You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kotlin Support (previous versions of WebTester don't work with Kotlin, because of the way it creates default methods in interfaces)
Kotlin API alias class info.novatec.testit.webtester.kotlin.pages.Page and info.novatec.testit.webtester.kotlin.pagefragments.PageFragment in order to provide more "Kotlin like" methods
@WaitUntil and @PostConstructMustBe can now be used with List<>, Set<> and Stream<> of PageFragment - as long as the used Condition takes a List<? extends PageFragment> as its parameter!