From b9f39b1a514c3a535433d7f360ae7fe16656213e Mon Sep 17 00:00:00 2001 From: Majdi Zlitni Date: Mon, 20 Jul 2026 17:13:16 +0100 Subject: [PATCH] docs(tutorial): add note for using @eN references in PowerShell Clarify usage of element references in Windows PowerShell. --- docs/tutorial.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 3d3b133..86b56eb 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -6,7 +6,7 @@ This tutorial walks through a realistic Vibium session: open a search engine, type a query, submit the form, and capture the result. It exercises navigation, mapping, semantic finding, form filling, waiting, and screenshots. -We'll use [https://duckduckgo.com](https://duckduckgo.com) as the target. Any +We'll use [https://duckduckgo.com](https://duckduckgo.com) as the target. Any@ search engine will work; just adjust the labels. If you have Vibium installed globally, the examples run as written. If you'd @@ -62,6 +62,17 @@ that reacts to Enter. The `@eN` reference comes from the most recent `find` or `map` output. If the page navigates or re-renders, run `find` or `map` again before reusing it. + +> **Windows PowerShell** +> +> PowerShell treats `@` as special syntax. When using an element reference, +> wrap it in quotes: +> +> ```powershell +> vibium fill "@e1" "vibium browser automation" +> vibium click "@e1" +> ``` + ## 4. Wait for the results The page transitions are asynchronous, so wait for something result-shaped to