Webview or Chromium?

Hello friends! I was hoping for some input on a choice I need to make. Until recently I’ve been forced to embed a cefPython (chromium) browser in my wx frame to get xhtml rendering with access to devtools. Another helpful user showed me how to access devtools using wx’s webview widget.

So now I’m faced with a choice — should I stick with chromium, or use webview? I honestly have no idea which is better, I have very little background information on either tool. As best I can tell, Chromium is both a bit more powerful and a bit more complicated than wx. As well, using both Chromium and Wx at the same time has caused some headaches in the past.

Ultimately, the choice is mine. I’d imagine the end result would be similar either way.

Does anyone have any context I can leverage to make this decision?