Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Cannot debug in Chrome 80 Inspectable web elements not available

Adobe Employee ,
Feb 10, 2020 Feb 10, 2020

Several developers have complained that Chrome 80 breaks debugging for CEP panels, with errors like "document.registerElement is not a function". If you are facing this problem, try @justin2taylor's suggestion:

 

Use the CEF Client provided with each CEP Version on the Github. For CEP 9, use this one:  https://github.com/Adobe-CEP/CEP-Resources/tree/master/CEP_9.x
TOPICS
CEP , Developers
2.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 14, 2020 Feb 14, 2020

Another workaround is to use: "chrome://inspect/#devices" which will bypass the code that results in the "document.registerElement is not a function" error, and then everything works just like it did before in Chrome.  The steps are:


a. Navigate to chrome://inspect/#devices

a1_inline-228911147.png

b. Ensure 'Discover network targets' is checked

a2_inline-1704899094.png

 

c. Click 'Configure' by 'Discover network targets'

a3_inline-1345579687.png

 

d. Add 'localhost:7777' to the list of targets

a4_inline-831881090.png

 

e. Wait for a target to appear and click 'inspect'

a5_inline-1943761700.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 20, 2020 Feb 20, 2020

I found a workaround for debugging PS CEP panles which may help.

 

Download "Cefclient" from:

https://github.com/Adobe-CEP/CEP-Resources/tree/master/CEP_9.x 

 

then extract and run:

...\Cefclient_Win64\cef_binary_3.3239.1723.g071d1c1_windows64_client\Release\cefclient.exe

 

It will open a browser like windows were you should paste your locahostIP

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 21, 2020 Feb 21, 2020
LATEST

Isn't this the same solution as described in the original post?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines