mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-05 14:30:03 -06:00
This will make it easier to discover various utilities without having to find static methods in various classes; and will also provides us with a wrapper around Selenium where we can add any tweaks needed. It is also now possible to construct a page instance without injection using `page().createPage(MyPage.class)` Closes #44464 Signed-off-by: stianst <stianst@gmail.com>