On macOS [b]HTMLViewer.EvaluateJavaScriptMBS/b returns the results of a JavaScript. On Linux [b]LinuxWebViewMBS.EvaluateScript/b does the same. But on Windows [b]ChromiumBrowserMBS.ExecuteJavaScript/b doesn’t return value.
How can I get a JavaScript result on Windows?
Alternatively, I can get the Source of the whole HTMLViewer window using ChromiumFrameMBS.Source, but can I use this to extract the value from a single known field?