Cross Domain Testing with Google Chrome

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Cross Domain Testing with Google Chrome

Post by Support Team » Thu Mar 17, 2016 4:57 pm

Hello everybody,

If you want to test cross domain iframe scripting with Google Chrome, please note that Chrome changed the behavior and requires now the additional flag "--user-data-dir".

Code: Select all

--disable-web-security --user-data-dir="<user data dir>"
Detailed information about the user data directory can be found in the chromium documentation.
Furthermore, please have a look at the corresponding stackoverflow discussion.

Please contact [email protected] if you have any questions.

Your Ranorex Team.