Force Capacitor to use specific WebView

Is there a way to configur which WebView Capacitor should use? In my case I have two installed WebViews on an Android Device. I can change the default WebView for Android in the Device Settings but is it possible to use a “none default” WebView?

No, Capacitor will use the WebView that is set as default on the System Settings.

Hmm ok thank you than I need to find another solution.