I’ve been trying to automate some tests using Cypress tool. When testing Adyen payment session scenario where the session gets loaded inside an iframe(url is something like https://checkoutshopper-test.adyen.com/checkoutshopper/v1/sessions/….), it throws 403 forbidden error. The functionality works fine when accessing application directly. Its only when running automation testing using Cypress. We have Electron as default web browser and can’t use any other browser due to company policies. Any help will be appreciated.
Thanks!