JavaScript · Node.js API · Method reference

Every vibium
JS method,
in one place.

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

68Methods
10Categories
1JS API
— Typical JS test flow
Find, act, assert.
1await page.go('https://app.example.com')
2const el = await page.find({role:'button', text:'Sign in'})
3await el.click()
4await page.waitUntil.loaded()
5await page.screenshot()
— All methods

Find the method you need, fast.

Showing 68 methods