Ranorex HTML report

Ask general questions here.
Tnimni
Posts: 49
Joined: Thu Jan 02, 2014 4:03 pm

Ranorex HTML report

Post by Tnimni » Tue Jul 22, 2014 3:00 pm

Hi,

I'm creating Ranorex HTML report instead of rxlog file for my runs.

Problem is that I can only open it in explorer it will not open in chrome.

meaning it does open in chrome but will not show the data, any suggestions?

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Ranorex HTML report

Post by krstcs » Tue Jul 22, 2014 3:21 pm

By default, Chrome does not run active content from the local disk. You need to start Chrome with this switch:

Code: Select all

"C:\PathTo\Chrome.exe" --allow-file-access-from-files
You can put this in the Chrome shortcut in the Start Menu or on your Desktop.
Shortcuts usually aren't...

Tnimni
Posts: 49
Joined: Thu Jan 02, 2014 4:03 pm

Re: Ranorex HTML report

Post by Tnimni » Wed Jul 23, 2014 10:56 am

krstcs wrote:By default, Chrome does not run active content from the local disk. You need to start Chrome with this switch:

Code: Select all

"C:\PathTo\Chrome.exe" --allow-file-access-from-files
You can put this in the Chrome shortcut in the Start Menu or on your Desktop.
Hi,

Thanks you for the answer.

after a bit of digging i found that on my own :)

I've decided to user FireFox instead.