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

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
rka
Posts: 35
Joined: Fri Jul 03, 2015 7:54 am

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

Post by rka » Wed Dec 14, 2022 11:18 am

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?

rka
Posts: 35
Joined: Fri Jul 03, 2015 7:54 am

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

Post by rka » Mon Jan 09, 2023 1:58 pm

Maybe I got some additional information. Here is, how Chrome displays the html code of the application.

Code: Select all

...
<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>
So, the content I need Ranorex to show me is inside the angular sw-root tag. I don't know if the div with id "map" and the "map" in "cef-no-dom-in-map" is what this message will tell me. But if yes, then Ranorex seems to look into the wrong tag because the needed html is in a different path.