Search found 35 matches

by rka
Wed Aug 09, 2023 5:57 am
Forum: Object Identification and Technologies
Topic: Difference in object identification in Edge in two Clients
Replies: 3
Views: 3493

Re: Difference in object identification in Edge in two Clients

We found the solution ourselves. There was a missing entry in the registry called "NativeMessagingHosts". Unfortunately we don't unterstand why this entry was not created within the installation of Ranorex. But after adding the entry manually, the DOM was found by the Ranorex spy.
by rka
Fri Aug 04, 2023 10:49 am
Forum: Object Identification and Technologies
Topic: Difference in object identification in Edge in two Clients
Replies: 3
Views: 3493

Re: Difference in object identification in Edge in two Clients

You are right. I found another error message: Unchecked runtime.lastError: Specified native messaging host not found. backgroundjs_error.PNG The background.js file is marked in the stack trace but the file exists! Both machines have the same copy of the extension folder. When opening the dev tools, ...
by rka
Fri Aug 04, 2023 8:13 am
Forum: Object Identification and Technologies
Topic: Difference in object identification in Edge in two Clients
Replies: 3
Views: 3493

Difference in object identification in Edge in two Clients

Good morning, We have set up two Windows 10 machines. Both have the same Edge Version (108.0.1462.76), both have the same Ranorex extension installed (1.3.1). Both have Ranorex 10.5.3 (I also tried the latest 10.7.2). I start up my web application on both clients and spy a map canvas on it. On the f...
by rka
Tue Mar 07, 2023 12:26 pm
Forum: General Questions
Topic: Ranorex Report Viewer - download link
Replies: 6
Views: 1970

Re: Ranorex Report Viewer - download link

Hey,

I'd also like to have a Report Viewer without the need of installing the Ranorex Studio.

Thank you!

Rafael
by rka
Wed Mar 01, 2023 2:26 pm
Forum: General Questions
Topic: Ranorex.Bootstrapper not found Exception
Replies: 3
Views: 668

Re: Ranorex.Bootstrapper not found Exception

Deinstalling Ranorex 10.1.3 did help.

But why does the test executable use the wrong lib in the first place? Shouldn't it prioritize looking for the lib in the Runtime folder first?
by rka
Wed Mar 01, 2023 8:46 am
Forum: General Questions
Topic: Ranorex.Bootstrapper not found Exception
Replies: 3
Views: 668

Ranorex.Bootstrapper not found Exception

Hello Community, I created a project and configured it to copy the runtime libs to the output directory. I also added the license information. When I browse to the output folder, I can see my project executable, the Ranorex.Core.Resolver.dll, some other files and the Runtime directory including over...
by rka
Mon Feb 27, 2023 7:26 am
Forum: General Questions
Topic: Copy runtime to output - manually
Replies: 1
Views: 452

Re: Copy runtime to output - manually

Resolved the problem myself... by checking the correct output folder :roll:
by rka
Mon Feb 27, 2023 7:22 am
Forum: Bug Reports
Topic: MSBuild 15.1.0 Install error with Ranorex 10.5.x
Replies: 8
Views: 4750

Re: MSBuild 15.1.0 Install error with Ranorex 10.5.x

Oh man... I must have been blind :oops:
Thank you for the screenshot!

Btw. downloading and installing the BuildTools worked for me, too.
by rka
Fri Feb 24, 2023 12:31 pm
Forum: General Questions
Topic: Copy runtime to output - manually
Replies: 1
Views: 452

Copy runtime to output - manually

Hello, I have a project in which I set the setting "Copy runtime to output". When I build the project inside Ranorex, an additional folder named "Runtime" is created in the output folder. Now I want to achieve this goal by compiling the solution outside of Ranorex Studio. How can I achieve the same ...
by rka
Thu Feb 23, 2023 2:56 pm
Forum: Bug Reports
Topic: MSBuild 15.1.0 Install error with Ranorex 10.5.x
Replies: 8
Views: 4750

Re: MSBuild 15.1.0 Install error with Ranorex 10.5.x

I was able to solve it by downloading and installing the build tools for 2019 from this page https://learn.microsoft.com/en-us/visualstudio/releases/2019/history Hi Christian, the link goes to Visual Studio 2019, not the Build Tools. And I couldn't find the correct link. Do I have to download the V...
by rka
Mon Jan 09, 2023 1:58 pm
Forum: Object Identification and Technologies
Topic: Ranorex technology limitation: cef-no-dom-in-map
Replies: 1
Views: 1630

Re: Ranorex technology limitation: cef-no-dom-in-map

Maybe I got some additional information. Here is, how Chrome displays the html code of the application. ... <div id="map" ...> <div id="some random generated uuid"> <canvas ... /> <canvas ... /> <div></div> </div> </div> <sw-root> tags containing the rest of the app - this is what i need </sw-root> ...
by rka
Wed Dec 14, 2022 11:18 am
Forum: Object Identification and Technologies
Topic: Ranorex technology limitation: cef-no-dom-in-map
Replies: 1
Views: 1630

Ranorex technology limitation: cef-no-dom-in-map

Hey everyone,

I have another error message, when trying to spy a jCEF application, which I start with the parameter

Code: Select all

--remote-debugging-port=9222 
.
This time its "cef-no-dom-in-map". I couldn't find anything regarding this message on google. Any ideas?
by rka
Wed Dec 14, 2022 7:57 am
Forum: Bug Reports
Topic: cef-dom-hwnd-map-window-identification can not select App
Replies: 3
Views: 5280

Re: cef-dom-hwnd-map-window-identification can not select App

Hello, as the original poster didn't give any more information, I'd like to address this problem myself. I'm trying to automate VS Code with Ranorex 10.5. When I just call "code" from the command line, I get the cef-chrome-debug-port-used error message when trying to spy on the VS Code window. That'...
by rka
Mon Mar 07, 2022 6:54 am
Forum: Object Identification and Technologies
Topic: Ranorex technology limitation: cef-chrome-debug-port-used
Replies: 4
Views: 1831

Re: Ranorex technology limitation: cef-chrome-debug-port-used

Thank you very much for your suggestions. I already contacted the support and will wait for their answer.

Best regards,
Rafael
by rka
Fri Mar 04, 2022 10:52 am
Forum: Object Identification and Technologies
Topic: Ranorex technology limitation: cef-chrome-debug-port-used
Replies: 4
Views: 1831

Re: Ranorex technology limitation: cef-chrome-debug-port-used

Hi, I'm using Ranorex 10.1.3. I would love to give you a snapshot, but unfortunately I'm not not allowed to due to security reasons. But I prepared some screenshots of the element browser. It's the best I can offer right now. element-browser-form.png element-browser-container.png element-browser-can...