Greetings,
I am trying to automate a specific website with CefPython. Wehn I use the website with a regular browser all works. However, when I load the same website using a simple python script (based on the example hello_world.py) I get the error "Unrecognized feature: 'cross-origin-isolated'."
Have been googling and duck duck going but could not find something usefull.
Any suggestions?