Hello,
I was just wondering if there was a way to set the child window title? For example, with my initial window, I can manually set the window title. If I create a child window from there, however, the title of that new window is "unnamed."
Ideally a way to set the window title to the html>head>title would be desired. This is on linux/x11. I know a change was made to set the title of the initial window when calling CreateBrowserSync, but I am needing a way to set it later.
Thanks!