Skip to content

fix(browser): accept fill fields without explicit type#27662

Merged
steipete merged 2 commits intoopenclaw:mainfrom
Uface11:fix/browser-fill-default-type-27296
Feb 26, 2026
Merged

fix(browser): accept fill fields without explicit type#27662
steipete merged 2 commits intoopenclaw:mainfrom
Uface11:fix/browser-fill-default-type-27296

Conversation

@Uface11
Copy link
Copy Markdown

@Uface11 Uface11 commented Feb 26, 2026

Summary

Fixes a browser relay failure mode where subsequent browser actions could fail with during handling when callers omit for form fields.

Root cause

route required both and for every field. Some callers/relay paths may provide without , causing the server to drop all fields and return .

Fix

  • In , default missing to for .
  • Keep required.

Tests

  • Extended with a regression case: works when field has and no , and passes to Playwright layer.

Fixes #27296.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli CLI command changes size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Openclaw browser relay automatically disconnects

2 participants