How to find out the version cef being used in web isolation and how to test cef compatibility issues
search cancel

How to find out the version cef being used in web isolation and how to test cef compatibility issues

book

Article ID: 239262

calendar_today

Updated On:

Products

Web Isolation Cloud

Issue/Introduction

How to find out which version of cef is being used in a particular version of web isolation and how to troubleshoot that up?

Environment

Release :

Component :

Cause

Troubleshoot cef compatibility issue.

Resolution

 

SSH to a tie server and issue below command:

 

 docker exec -it --privileged $(docker ps --filter name=fireglass_engine_2 --format '{{.ID}}') strings /usr/lib/cef/libcef.so|grep -E "\+chromium-[0-9]+"

 

eg:

 

 

To test if the issue is a cef issue, download the cefclient as below:

 

https://cef-builds.spotifycdn.com/index.html#windows64

click on show more builds and search for the version.

Download the file with name having client.tar.bz2

 

 

 

Extract it  and run cefclient.

 

 

Try reproducing the issue here. If you are able to reproduce the issue, its a cef issue. Try repeating the same steps with higher version of cef client.