https://cypress.io logo
Does Anyone know how to download a pdf file? The d...
# e2e-testing
n
Does Anyone know how to download a pdf file? The download button in my app will show a second tab (D2000.pdf). I need to click the download button in the second tab. The problem is cypress could not show the second tab in the main test screen. Thank you so much! I already tried cy.get('.btn-basic').invoke('removeAttr', 'target').click(), it could not work.