Search found 9 matches

by Liss
Fri Jun 03, 2016 3:14 pm
Forum: Bug Reports
Topic: ClearBrowserCache fails if provide userProfile
Replies: 5
Views: 2213

Re: ClearBrowserCache fails if provide userProfile

Sorry, forgot to mention versions :oops:
Ranorex 5.4.6, Windows 10
by Liss
Thu Jun 02, 2016 8:35 pm
Forum: Bug Reports
Topic: ClearBrowserCache fails if provide userProfile
Replies: 5
Views: 2213

Re: ClearBrowserCache fails if provide userProfile

Okay, I've disassembled the Ranorex.Core library and found the reason why it failed for me: List<string> list = RxLinq.Query<string>((IEnumerable<string>) directories).Where((RxFunc<string, bool>) (d => d.EndsWith(string.Format(".{0}", (object) this.UserProfile)))).ToList(); if (list.Count != 0) ret...
by Liss
Thu Jun 02, 2016 7:47 pm
Forum: Bug Reports
Topic: ClearBrowserCache fails if provide userProfile
Replies: 5
Views: 2213

ClearBrowserCache fails if provide userProfile

Hi, I have a question regarding the usage of Host.ClearBrowserCache() method. It has an overload that takes 'userProfile' string as a parameter. But when I'm passing my profile name it fails although the profile actually exists No firefox profile found matching the display name '{myprofilename_goes_...
by Liss
Wed Jan 27, 2016 1:24 pm
Forum: Object Identification and Technologies
Topic: Chrome plugin not working
Replies: 6
Views: 3843

Re: Chrome plugin crashes

Hi Markus,

Unfortunately, I'm not sure it's allowed by the company's policies to share an access to my working machine... Will it help if I provide any data you need to investigate this (logs, list of installed Chrome extensions, whatever)?

--
Cheers,

Liss
by Liss
Tue Jan 19, 2016 1:45 pm
Forum: Object Identification and Technologies
Topic: Chrome plugin not working
Replies: 6
Views: 3843

Re: Chrome plugin crashes

Hi Markus, Managed to make it working in FF by reinstalling the extension. But the Chrome issue persists:( It occurs on any website - the Ranorex Spy (as well as Host.Local.Find method) doesn't recognize Chrome as DOM object. I also tried on several machines - the same result. The Chrome version is ...
by Liss
Thu Jan 14, 2016 2:01 pm
Forum: Object Identification and Technologies
Topic: Chrome plugin not working
Replies: 6
Views: 3843

Re: Chrome plugin crashes

Okay, the crash has been fixed by reinstalling Ranorex. Although, it still doesn't recognize Chrome and FireFox as DOM - only as Form. Both Chrome and FF have Ranorex extensions enabled. It also works ok in IE and Edge.
by Liss
Wed Jan 13, 2016 10:38 pm
Forum: Object Identification and Technologies
Topic: Chrome plugin not working
Replies: 6
Views: 3843

Chrome plugin not working

Hello I have installed the Ranorex plugin for Chrome but it's being crashed on system startup, and also I'm unable to recognize the browser DOM via spy - it just doesn't find the Chrome Here is the crash dump from the EventViewer, if it helps: Faulting application name: Ranorex.Plugin.ChromeMsgHost....
by Liss
Tue Dec 01, 2015 2:00 pm
Forum: Automation Tools
Topic: Spy: top panel hardly usable on high-resolution screen
Replies: 8
Views: 3917

Re: Spy: top panel hardly usable on high-resolution screen

Hi,

Thanks for the reply. Unfortunately, your suggestion didn't help:(
Do you have any environment to try it out on MacOSX bootcamp to confirm this is the root cause of the issue?
by Liss
Sun Nov 29, 2015 5:47 pm
Forum: Automation Tools
Topic: Spy: top panel hardly usable on high-resolution screen
Replies: 8
Views: 3917

Spy: top panel hardly usable on high-resolution screen

Hi, I'm evaluating Ranorex, and observing visual issues with its tools (I use Spy primarily) on my high-resolution screen - the top panel controls, including xpath bar, partially hidden behind the other controls and too small (please check the area enclosed in red rectangle): ranorexSpy.png My confi...