Michał Lipok

Results 163 comments of Michał Lipok

I will start with snipped posted here: https://www.autoitscript.com/forum/topic/205553-webdriver-udf-help-support-iii/?do=findComment&comment=1505239 and check if `WD_ElementOptionSelect and ShadowRoots` works or not.

But need to be tested why it works with `_WD_ElementSelectAction` and not with `_WD_ElementOptionSelect`? Thus I need to start with comparatable working solution.

btw. please also take a look on: [__WD_ErrHnd() >> $_WD_ERROR_GeneralError](https://github.com/Danp2/au3WebDriver/pull/513/commits/39b5d6e94ac126f810e815217da7057c1f0ab612) I think we can not put different error number than defined in UDF. Because it is used here: https://github.com/Danp2/au3WebDriver/blob/3cc6ce35eb388230da29d027392a832604187c99/wd_core.au3#L1670 For...

Prior discussion was not closed. So what this new ISSUE is intended to do in a different way than prior discussion ?

I expected such request. Will do it ASAP.

Done: [added _WD_DownloadAsBinary](https://github.com/Danp2/au3WebDriver/pull/512/commits/eb801b0bfb32c18a7ff32e987e66e78ca9ca6a81)

> * Do we need to support both InetRead and WinHttp downloads? Do not know.

> * Is there functionality from WinHttp.au3 that could be used here instead of WinHttp.WinHttpRequest.5.1? I think yes. But I'm not familiar with winhttp.au3 udf.

> * Do we need to support both InetRead and WinHttp downloads? Do you mean to stop using `InetRead` in favor of WinHTTP functions ?

> > * Is there functionality from WinHttp.au3 that could be used here instead of WinHttp.WinHttpRequest.5.1? > > I think yes. But I'm not familiar with winhttp.au3 udf. maybe from...