Page 1 of 1

Ranorex Reports not loading in Chrome v48

Posted: Thu Jan 28, 2016 3:21 am
by jasoncleo
Back on the 20th January 2016, Google Chrome v48 was released. The problem we have, is that our Continuous Integration service publishes our Ranorex reports as html. (i.e.: it renames the rxlog => html, and the rxlog.data => html.data).

This allows the reports to be viewed in the browser.

The problem though, is that some change in Chrome v48 means that the report no longer loads. I think Chrome is blocking the following call:

Code: Select all

xmlhttp.open('GET', url, false);
which I presume loads the data (html.data) file.

Would anyone know whether there is a config item in Chrome that can restore the ability to view reports, or should my department just advise everyone to use IE or FireFox instead? (as those two browsers are fine at the moment).

Re: Ranorex Reports not loading in Chrome v48

Posted: Fri Jan 29, 2016 2:21 pm
by Support Team
Hello jasoncleo,

The reason that Chrome blocks the Ranorex Report is the Same-orgin policy.

If you want to view the Ranorex Report in Chrome you have to start Chrome with the command line argument '--disable-web-security'.

Sincerely,
Johannes

Re: Ranorex Reports not loading in Chrome v48

Posted: Mon Feb 01, 2016 1:55 am
by jasoncleo
Thank you Johannes for explaining that to me. I'll let the team know here at my end.

Cheers,
Jason