CodeceptJS
CodeceptJS copied to clipboard
SwithTo external domains via IFrame not working.
I am trying to write a test which involved filling a payment gateway form. It is loaded via Iframe.
when switch to external domains , it doesn't work. Is this supported or is this a coding error. I was able to easy switch with in the same domain and write a lot of tests with no issue.
You have to specify --disable-features=site-per-process if you're using Chrome.