https://cypress.io logo
Hi Team, How can I interact with chrome extension...
# e2e-testing
f
Hi Team, How can I interact with chrome extension using Cypress ? Use case : My Blockchain app interacts with chrome extension Metamask to perform Transaction e.g. 1. In my web application when I click on button it launches chrome extension 2. Then I switch focus from my application to chrome extension & inside chrome extension I want to click button & perform some action. 3. After this I want to return back to my application. How can I achieve above steps in Cypress ? Do you have any reference for this