This repository was archived by the owner on Mar 25, 2025. It is now read-only.
v2.3.0
- 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
andinfo.novatec.testit.webtester.kotlin.pagefragments.PageFragment
in order to provide more "Kotlin like" methods @WaitUntil
and@PostConstructMustBe
can now be used withList<>
,Set<>
andStream<>
ofPageFragment
- as long as the usedCondition
takes aList<? extends PageFragment>
as its parameter!