Scripting in Bridge 2023
I'm scripting in Adobe Bridge.
As of 2023, app.document.setPresentationMode("browser", path) no longer works.
app.document.presentationMode now also returns "undefined".
I think this is due to the fact that the display method has changed to Content Tab. Will it be improved?

-
Kukurykus commented
What astonishes more, after assigning the path to 'browser', though the Bridge doesn't display new location (in 'Content' panel), it behaves like we already were in it:
with(app.document) setPresentationMode('browser', Folder.temp.fsName), alert(presentationPath +'\n' + thumbnail.path)
Associated thread:
https://community.adobe.com/t5/bridge-discussions/scripting-in-bridge-2023/td-p/13287226