Getting Started

Start by opening up the superbara CLI shell:

superbara shell

This shell is handy for quickly testing something without creating a test file with superbara init.

alt text

Visiting

Type following in to the console:

visit 'example.com'

You can also specify full URL like https://www.exa.. or just path /about see visit.

Finding elements

find 'h1'
find 'a', text: 'More information'

Click

click 'a'