1. Open the target URL using `bb-browser open <url>`.
2. Take a snapshot of the page's interactive elements using `bb-browser snapshot -i`.
3. Identify the desired element using the `@ref` from the snapshot.
4. Perform an action on the element (e.g., `bb-browser click @5`, `bb-browser fill @3 "text"`).
5. If necessary, take another snapshot after page changes.
6. Extract required information using `bb-browser get text @ref` or `bb-browser eval "javascript"`.
7. Close the browser tab using `bb-browser close`.