You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,8 @@ Variables use `%|variable_name|%` syntax:
146
146
"%|user["name"]|%"# Dictionary access
147
147
```
148
148
149
+
Some Selenium actions, including `copy image into browser`, accept a single input row that can contain either a literal path or a `%|...|%` reference because the framework resolves it before the action runs.
150
+
149
151
### Element Location
150
152
The unified `LocateElement.Get_Element()` supports:
0 commit comments