I'm facing the following issue
As part of my e2e test, I have to pass information (token, SessionID, and others) to another external webpage (modal, popup) when clicking a button.
I noticed when clicking a button the modal is being opened but it remains blank. So I'm under the impression that Chromium is blocking data passing from the current tab to the external modal.
I created the same script using another automation library that uses Chrome instead of Chromium and the modal is being loaded with the proper information as expected.
Any thoughts about which args should I pass to Chromium to avoid blocking data from the current tab to the external modal?
I have attached the screenshot by using taiko.

I have attached the screenshot about the modal using another automation library

Can you please give repro for this scenario ?
What do you mean with repro?
some script that we can use to reproduce the scenario you are facing
I just shared to you a private repo with a simple script with test credentials where you can see the issue when pressing the PayPal button.
In addition as part of the script, there is a button called "GUARDAR Y CONTINUAR" - I got a timeout from taiko even when is pressed. It's weird.
Thanks for your help!
Fix available in 6b6cba8
thank you very much!
This issue has been verified and found fixed with 6d41672
Most helpful comment
Fix available in 6b6cba8