вроде добавляю новым методом
CefSharpSettings.LegacyJavascriptBindingEnabled = true;
CefSharpSettings.WcfEnabled = true;
chromeBrowser.JavascriptObjectRepository.Register("DevForm_class", new DevForm_class(chromeBrowser, this), isAsync: false, options: BindingOptions.DefaultBinder);
добавлял сюда
public Form1()
// после
InitializeComponent();
InitializeChromium();
но при этом получаю ошибку
System.Exception: The ChromiumWebBrowser instance creates the underlying Chromium Embedded Framework (CEF) browser instance in an async fashion. The undelying CefBrowser instance is not yet initialized. Use the IsBrowserInitializedChanged event and check the IsBrowserInitialized property to determine when the browser has been initialized.
я думаю ответ в выделеном блоке
но как побороть не знаю(
добавлять JS старым методом вообще не получается