Open Opus viewer image in default browser

Hey Everyone:

I'm using the Opus viewer as default, but I would like to open the current image in the default web browser for reverse image searches. I created a button on the viewer window, but can't quite figure out what to do from there. I'm on W-11 and default browser is Edge. Any help would be appreciated. Thanks.

The base command for Edge is

{apppath|msedge.exe}msedge.exe {filepath}

If you want to spice things up, there's a long list of switches:

https://peter.sh/experiments/chromium-command-line-switches

Most useful are probably

--new-window
--start-maximized
-incognito

Thanks so much sir. The base command worked perfectly.

This button might be useful for online image searching. Online Image search button - Buttons/Scripts - Directory Opus Resource Centre (dopus.com)

Looks good, but more involved than lxp's solution. Thanks though.