Hi @tqfang
Thanks for the great open-source agent framework! I’ve run into two issues while using it and would appreciate your help.
1) goto to PDF URLs returns 500
When the agent does goto https://…/file.pdf, I get:
Request failed with status code: 500 {"error":"Failed to perform action."}
Manually opening these links works. Is this a known limitation or a Playwright/browser setting issue?
2) Bing accessibility tree is unavailable
On bing.com, I often see:
**Warning**: The accessibility tree is currently unavailable.
Other sites expose accessibility tree normally. Is this expected on Bing? Any tips to handle it?