webtester2-core
webtester2-core copied to clipboard
Java 8 version of WebTester with new architecture and concepts
Currently the `WebDriver's` implicit wait can collide with our Wait-API. The implicit wait should be configurable via the `Browser`. This way we could provide more dynamic options, like a temporary...
We need an in dept documentation / article about the underlying concepts and principles of WebTester 2. It should cover the following topics: - Why Interfaces instead of Classes? -...
It would be great to have an example application to demonstrate WebTester's features and show people how to properly use it's concepts.