Search found 388 matches

by Aracknid
Tue Oct 24, 2023 7:51 pm
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14736

Re: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

So for clarity... if I want to use the ExecuteScript feature/function, I MUST use Ranorex's Chrome extension 1.3.1 with 10.7.1 and I cannot update beyond this because Ranorex 10.7.2 or later will require 1.4.0 extension or later which uses v3 of Manifest AND therefore execute script will no longer w...
by Aracknid
Tue Mar 21, 2023 7:35 pm
Forum: General Questions
Topic: Is it possible to prevent generation of RanorexReport.XSL?
Replies: 0
Views: 987

Is it possible to prevent generation of RanorexReport.XSL?

I'm using only the Ranorex API, and in my code framework, I have my own logging and reporting. But for fun, today I decided to add the option to also create a Ranorex Report. I've got this working, and I even made my own XSL file to format the report to my liking. The problem I'm having is that ever...
by Aracknid
Mon Mar 20, 2023 3:51 pm
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14736

Re: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

So, am I waiting for Ranorex to solve this or come up for a solution or workaround, or am I supposed to log an issue with them?
by Aracknid
Mon Mar 20, 2023 2:17 pm
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14736

Re: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

Is there a way to put some sort of exclusions in the manifest.json file, to allow it to work with my web site?
by Aracknid
Wed Feb 22, 2023 9:14 pm
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14736

Re: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

What I'm wondering is what dhale above said.... Did you get ExecuteScript it to work with Chrome and 10.5.2 and the 1.3.1 Chrome add-in? Because obviously I cannot (but using 10.5.3). I'm just wondering if it's working for dhale, why is it not working for me?

Aracknid
by Aracknid
Wed Feb 22, 2023 7:03 pm
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14736

Re: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

Yes, it is working with Firefox 102.8 ESR (this is the latest ESR version. I have to test on the ESR versions).

It's also working in IE Mode of Edge.

It's not working with Edge or Chrome (basically the same thing now)

Aracknid.
by Aracknid
Tue Feb 21, 2023 3:16 pm
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14736

Re: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

No sure why you are asking me to do this, but I did it and it still is not working. I uninstalled Ranorex 10.5.3. I uninstalled the 1.4 add-in for chrome. I restarted the machine. I re-installed 10.5.3. It put the 1.3.1 add-in back into Chrome automatically. I run my script. When I get to the Execut...
by Aracknid
Fri Feb 17, 2023 6:11 pm
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14736

Re: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

I always use the Instrumentation Wizard... so I guess it just doesn't install the latest one? I removed the current one (1.3.1) using the Instrumentation Wizard, then I manually went to the site you provided to get 1.4 and installed it. But I keep getting the 'Ranorex technology limitation' error fo...
by Aracknid
Thu Feb 16, 2023 6:25 pm
Forum: General Questions
Topic: Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3
Replies: 21
Views: 14736

Clarity required on ExecuteScript, Ranorex 10.5.2, and Manifest V3

Hi, I'm very confused. I don't understand what you mean in you release notes for 10.5.2... I saw that you released a new version of Ranorex with a fix(?) to ExecuteScript.... and the release notes talk about this: Ranorex 10.5.2 Release (February 13, 2023 ) Bugs - Users execute Javascript using Exec...
by Aracknid
Fri Feb 10, 2023 8:01 pm
Forum: General Questions
Topic: Visual Studio 2022 support with Ranorex API
Replies: 3
Views: 665

Re: Visual Studio 2022 support with Ranorex API

So bugs in 10.5.1 aside, does it support VS2022?

Thanks,

Aracknid
by Aracknid
Wed Feb 08, 2023 10:24 pm
Forum: General Questions
Topic: Visual Studio 2022 support with Ranorex API
Replies: 3
Views: 665

Re: Visual Studio 2022 support with Ranorex API

Just want to add that I rolled my VM back to VS2015 state, and installed VS2019 and everything works (and I'm still using older Ranorex version). Unless there is something I don't know about VS2022 (and there is plenty I'm sure :wink: ) seems like it doesn't work well with Ranorex. Please let me kno...
by Aracknid
Wed Feb 08, 2023 3:20 pm
Forum: General Questions
Topic: Visual Studio 2022 support with Ranorex API
Replies: 3
Views: 665

Visual Studio 2022 support with Ranorex API

Hi, I've been using Visual Studio 2015 as a dev IDE for coded UI ranorex tests for a long time... Currently with Ranorex 10.1.6. Everything is fine. In case it matters, my scripts are in VB, not C#. I need to update to the latest Visual Studio, so on the system all I did was install VS2022 Pro. Mini...
by Aracknid
Tue Dec 13, 2022 5:50 pm
Forum: Automation API
Topic: Video Reporting Through API
Replies: 7
Views: 4857

Re: Video Reporting Through API

A long time ago I wrote some code to record a video using similar code Ranoerx was using, and I wrote this and it worked for me... There might be an easier way now, but I don't really use this much. It mostly worked as far as I could remember. It's VB code, but I'm sure easy enough to convert to C#....
by Aracknid
Mon Mar 28, 2022 3:16 pm
Forum: General Questions
Topic: Spy/Ranorex not seeing my web DOM or links in it (Chrome)
Replies: 4
Views: 2682

Re: Spy/Ranorex not seeing my web DOM or links in it (Chrome)

Hi. It has been a long time since I posted this. I thought I'd follow-up with something I just realized this past week. If I open the web page as a file into the browser, it doesn't work for me, as posted. However, if I host the web page on a web site and browse to it, it works perfectly fine. So I ...
by Aracknid
Thu Feb 04, 2021 5:50 pm
Forum: General Questions
Topic: Spy/Ranorex not seeing my web DOM or links in it (Chrome)
Replies: 4
Views: 2682

Re: Spy/Ranorex not seeing my web DOM or links in it (Chrome)

It has been a very long time since I have responded to this, but this is actually still an issue for me. I'm bringing it up because I've needed to make more scripts that load a simple "launcher.html" with tons of links, and they are simply not working in Chrome or Edge (chromium). Today I tried with...