Java · Maven Central · Method docs

Every vibium
Java method,
in one place.

The complete vibium Java API — 82 methods across browser, navigation, element interaction, keyboard, mouse, capture, context, and time control. Methods use camelCase. el.* methods are called on the handle returned by page.find(). Click any card to see parameters and a code example.

82Methods
10Categories
— Typical Java test flow
Find, act, assert.
1Vibium.start(new StartOptions().headless(true))
2Page page = bro.page()
3page.go("https://app.example.com")
4Element el = page.find(new SelectorOptions().role("button").text("Sign in"))
5el.click()
6page.screenshot()
— All methods

Find the method you need, fast.

Showing 82 methods