Unable to locate object getting, CEF 2448 error

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
skaur
Posts: 4
Joined: Mon Jan 23, 2023 8:50 am

Unable to locate object getting, CEF 2448 error

Post by skaur » Mon Jan 23, 2023 7:12 pm

Unable to obtain the XPath for object inside a frame. While I'm trying the get the XPath of a certain object inside a frame, it throws an error CEF 2448, ranorex technology limitation

IvanF
Posts: 151
Joined: Thu Aug 11, 2022 8:55 pm

Re: Unable to locate object getting, CEF 2448 error

Post by IvanF » Mon Jan 23, 2023 7:38 pm

Hi, could you please share the screenshot of the error? Also, have you done the setup described here - https://www.ranorex.com/help/latest/int ... lications/ ?

Any plugin settings changes?

skaur
Posts: 4
Joined: Mon Jan 23, 2023 8:50 am

Re: Unable to locate object getting, CEF 2448 error

Post by skaur » Mon Jan 30, 2023 9:22 pm

No plugin settings changes.

Attached the screenshot
You do not have the required permissions to view the files attached to this post.

IvanF
Posts: 151
Joined: Thu Aug 11, 2022 8:55 pm

Re: Unable to locate object getting, CEF 2448 error

Post by IvanF » Tue Jan 31, 2023 3:52 pm

Based on the Limitation ID, does seem to be a problem with the port. Could you please specify which CEF type from this list is used - https://www.ranorex.com/help/latest/int ... lications/?

And which port setup method is used (from the same article), if any?

skaur
Posts: 4
Joined: Mon Jan 23, 2023 8:50 am

Re: Unable to locate object getting, CEF 2448 error

Post by skaur » Tue Jan 31, 2023 7:34 pm

Its Chromium embeded.

It uses the AUT debugging

IvanF
Posts: 151
Joined: Thu Aug 11, 2022 8:55 pm

Re: Unable to locate object getting, CEF 2448 error

Post by IvanF » Fri Feb 03, 2023 3:05 pm

i see, generally these 2 steps are recommended to try out, if you haven't yet:

"Debug CEF remotely from Chrome
If you are not able to access the CEF application as follows, there is definitely an issue with the remote debugging port.
1. Open Chrome
2. Navigate to http://localhost:8081/
3. Verify if you are able to inspect the content of the CEF application


Check if port 8081 is in use
1. Open the command line
2. Enter the following command:
netstat -aon | findstr 8081
3. If the CEF application is not running, no active connection should be listed.
If the CefSharp application is running, you should see exactly one connection (127.0.0.1:8081)."

skaur
Posts: 4
Joined: Mon Jan 23, 2023 8:50 am

Re: Unable to locate object getting, CEF 2448 error

Post by skaur » Thu Mar 16, 2023 6:21 pm

Hi, I tried pinging the port as suggested. I found that the CEF application is not running as there is no active connection. Can we have a session to check the error?