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
When automating a file upload flow, clicking the upload button does not open the file chooser window. This issue occurs in both Chromium and Firefox when run through automation. However, the same flow works as expected in a regular Chrome browser on macOS. This affects both static elements and dynamically triggered file uploads.
'then select {file-name}.pdf file from the file chooser' part. You need a computer use agent rather than a browser use agent to access the native file chooser dialog. But if you are using VS Code or Cursor they should be able to pick a file from workspace.
When automating a file upload flow, clicking the upload button does not open the file chooser window. This issue occurs in both Chromium and Firefox when run through automation. However, the same flow works as expected in a regular Chrome browser on macOS. This affects both static elements and dynamically triggered file uploads.
Environment
• OS: macOS
• Headless/Headed: Headded
Expected
File chooser should open when upload button is clicked.
The text was updated successfully, but these errors were encountered: