Problem with WebBrowser Management

I am trying to extract data from a page that requires login first, I use WebControl in the WinForms application, and when I try to log in, the message “Object does not support this property or method” appears in the .js file on a specific line, called method

window.external.AutoCompleteSaveForm 

I have no idea what she is doing. parameter webBrowser.ObjectForScriptingsetthis

I think the problem is in ObjectForScripting, but I really don't know which object supports this method.

early.

+3
source share
1 answer

, ObjectForScripting. , [ComVisible (true)], COM-. script , AutoCompleteSaveForm (object). . MSDN .

+2

Source: https://habr.com/ru/post/1729445/


All Articles