Summary
On Windows, BrowserSkill can fill the ChatGPT temporary-chat composer, but the message is not submitted after a successful press Enter.
Environment
Reproduction
- Start an isolated BrowserSkill session and navigate to the target URL.
- Confirm the temporary-chat composer is empty.
- Fill a short non-business probe message using the latest textbox reference. In PowerShell, the
@eN reference is quoted.
- Re-observe the page and run
bsk press Enter --ref '@eN' --session <id> against the filled composer.
- Re-observe the page.
Expected behavior
The user message is added to the chat, then ChatGPT can respond.
Actual behavior
fill returns success.
press Enter returns press ok.
- The next page observation still shows the composer as
[filled] and no user message appears.
- An earlier attempt to click the visible
Send prompt control failed with target element has no visible geometry.
Notes
- This was reproduced in a fresh temporary chat with a short probe only; no task card, Drive link, source material, or personal data was submitted.
- CLI path, daemon health, extension connection, protocol compatibility, and PowerShell reference quoting were checked before the final reproduction.
Summary
On Windows, BrowserSkill can fill the ChatGPT temporary-chat composer, but the message is not submitted after a successful
press Enter.Environment
bsk doctorreports all checks OK)Reproduction
@eNreference is quoted.bsk press Enter --ref '@eN' --session <id>against the filled composer.Expected behavior
The user message is added to the chat, then ChatGPT can respond.
Actual behavior
fillreturns success.press Enterreturnspress ok.[filled]and no user message appears.Send promptcontrol failed withtarget element has no visible geometry.Notes