Easier way to retrieve the native title #759
-
var bw = new BrowserWindow();
bw.setTitle("MainWindow"); will set the native window title (doc); to retrieve this value is there an easier way than: await browser.electron.execute((electron) => electron.BrowserWindow.getFocusedWindow()?.getTitle()) |
Beta Was this translation helpful? Give feedback.
Answered by
christian-bromann
Aug 29, 2024
Replies: 1 comment 1 reply
-
I don't think so, how would you suggest this value should be retrieved? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RedX2501
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think so, how would you suggest this value should be retrieved?