Updated browser_mod.navigate, fire-dom-event or other suggestions in scripts?

I am using browser-mod and browser_mod.navigate in scripts for various reasons.
Would now like to be able to only target the SELF browser when using it in same scripts. and not affect other browsers/users that now use the HA install.
We have so far been unable to find examples that work for this and I am also
not sure if we should use a fire-dom-event and if so how to format it properly.
This is the yaml from a script sequence item that works, but affects all users.
Would truly appreciate an updated version if someone has a moment?
Many thanks.

  path: /your link in ha/
action: browser_mod.navigate

Perhaps this thread would be a good place to ask this.