https://bugs.winehq.org/show_bug.cgi?id=30353
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|selenium |selenium |'InternetExplorerDriver' |'InternetExplorerDriver' |fails to retrieve |fails to retrieve |IHTMLDocument COM object |IHTMLDocument COM object |reference as LRESULT |reference as LRESULT | |(WM_HTML_GETOBJECT message | |not handled) Component|-unknown |mshtml
--- Comment #13 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
iexplorer out-of-proc server (mshtml): needs to handle WM_HTML_GETOBJECT, returning handle for client using LresultFromObject().
driver app / client: uses ObjectFromLresult() to convert the handle back to accessible object
Stable links to snapshots via Internet Archive:
https://web.archive.org/web/20100705235303/http://www.python.org/ftp/python/...
https://web.archive.org/web/20130306142711/http://pypi.python.org/packages/2...
https://web.archive.org/web/20200525213051/https://files.pythonhosted.org/pa...
https://web.archive.org/web/20140629184533/http://selenium-release.storage.g...
Original sites/pages gone, snapshots exist:
https://web.archive.org/web/20100729150345/http://www.moshkin.info/blog/acce...
https://web.archive.org/web/20070311122737/http://support.microsoft.com/kb/2...
$ wine --version wine-5.9
Regards