Michał Lipok

Results 163 comments of Michał Lipok

Take a look on this errors. Are they intentionall or should be fixed ?

> I ran DemoElements and didn't encounter any issues, so it appears to be a problem on your end. Strange. I suspect that It should behave the same way on...

> Does it include the latest fixes fro #267? Yes. Currently I use this one: https://github.com/Danp2/au3WebDriver/pull/288

``` _WD_IsLatestRelease ==> Success (0) : True _WD_Startup: OS: WIN_11 WIN32_NT 22000 _WD_Startup: AutoIt: 3.3.16.0 _WD_Startup: Webdriver UDF: 0.8.1 (Up to date) _WD_Startup: WinHTTP: 1.6.4.2 _WD_Startup: Driver: geckodriver.exe (32 Bit)...

It was due to the cookie aprovall window which hides contents, and because of this the elements was firing `Element interaction issue`

> It was due to the cookie aprovall window which hides contents, and because of this the elements was firing `Element interaction issue` I have work in background on fixing...

**DemoElements** + FireFox ```autoit _WD_Alert($sSession, 'accept') ``` I get this following message: ``` __WD_Post ==> No alert present (12) HTTP status = 404 : ResponseText={"value":{"error":"no such alert","message":"","stacktrace":"WebDriverError@chrome://remote/content/... _WD_Alert ==> No...

In **DemoScript()** this line: ```autoit $sValue = _WD_ExecuteScript($sSession, "dslfkjsdklfj;", '{}', Default, $_WD_JSON_Value) ``` returns: ``` ResponseText={"value":{"error":"javascript error","message":"ReferenceError: dslfkjsdklfj is not defined","stacktrace":"@moz-nullprincipal:{0441953c-25eb-496d-8a5c-c8db36606135}:2:7\n@moz-nullprincipal:{0441953c-25eb-496d-8a5c-c8db36606135}:3:8\n"}} ``` Was it intentionall to initiate error ?

> It's unclear to me which webdriver is the correct implementation. We will know when both sides answers. > I like GeckoDriver's implementation, but I suspect that ChromeDriver is actually...