CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

SwithTo external domains via IFrame not working.

Open arun-chief opened this issue 4 years ago • 1 comments

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.

arun-chief avatar Feb 03 '21 19:02 arun-chief

You have to specify --disable-features=site-per-process if you're using Chrome.

tai2 avatar Mar 05 '21 03:03 tai2