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
Merge branch 'main' into stafford/tab-976-harden-pilo-against-web-content-prompt-injection
Resolve import conflict in packages/cli/src/utils.ts (keep both BROWSERS and
FIELDS/PiloConfig — all are used). Add fail-safe action-firewall introspection
(getFieldMetadata/getFormSubmissionContext) to main's new BiDiBrowser so it
satisfies the extended AriaBrowser interface; real BiDi introspection is a
follow-up.
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,26 @@ try {
143
143
}
144
144
```
145
145
146
+
### WebDriver BiDi (experimental)
147
+
148
+
Pilo can connect directly to any browser that supports the [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) protocol, without requiring Playwright. This is distinct from Pilo's `--channel moz-firefox` option, which uses BiDi _through_ Playwright — the `--browser bidi` mode speaks the BiDi protocol directly over WebSocket with no Playwright dependency in the chain.
0 commit comments