Navigation to download handling

a better way to handle navigations that directly cause downloads such as the download button on this page: https://dca-global.org/file/view/12756/interact-case-study-cedaci

Playwright throws an error along the lines of net:ERR_BINDING_ABORTED

The best solution I have come up with is to set up a promise in a preNavigation hook that listens for download events and then handle them in the errorHandler but this obviously isnt ideal
Was this page helpful?