Run native plugins in browser with Capacitor

I’d like to see native plugins working in my browser when I’m developing, but I get the error “Native: tried calling NativeGeocoder.reverseGeocode, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator”

So Cordova might have a way to simulate that, but not Capacitor. To those who use Cordova, the general solution would be to run “ionic cordova run browser” but I get

“[ERROR] Refusing to use Cordova inside a Capacitor project”

But if I try to run “ionic capacitor run browser”, I get:

“[error] platform browser not found”

What can I do to run native plugins in web platform?