Skip to main content
Inspiring
September 16, 2025
Open for Voting

Scripting in Bridge 2023

  • September 16, 2025
  • 1 reply
  • 0 views
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?

1 reply

Inspiring
September 16, 2025
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