Skip to content

docs: add form interaction guidance#351

Open
honor2030 wants to merge 1 commit into
browser-use:mainfrom
honor2030:docs/ember-modal-repro
Open

docs: add form interaction guidance#351
honor2030 wants to merge 1 commit into
browser-use:mainfrom
honor2030:docs/ember-modal-repro

Conversation

@honor2030
Copy link
Copy Markdown

@honor2030 honor2030 commented May 13, 2026

Summary

  • Add a forms.md interaction skill for framework-managed inputs and modal form verification.
  • Document fill_input() as the default path for React/Vue/Ember-style controls where type_text() / direct DOM value changes can bypass framework state.
  • Include a no-auth public Ember modal/input page that can be used for experimentation without LinkedIn credentials.

Refs #148.

Test Plan

  • uv run --with pytest --with pillow python -m pytest tests/unit/test_helpers.py -q
  • uv run --with pytest --with pillow python -m pytest tests -q
  • uv run python -m compileall src tests
  • uv pip check --python .venv/bin/python
  • uv run --with ruff python -m ruff check --select B SKILL.md interaction-skills/forms.md

Summary by cubic

Add form interaction guidance for framework-managed inputs, recommending fill_input() over type_text() and outlining how to verify modal form submissions. Updates SKILL.md to include forms.md and adds a public Ember modal page for safe testing; supports #148.

Written for commit 9c4a5fa. Summary will update on new commits.

@browser-harness-review
Copy link
Copy Markdown

✅ Skill review passed

Reviewed 2 file(s) — no findings.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant