Michał Lipok

Results 19 issues of Michał Lipok

## Bug report ### Describe the bug A clear and concise description of what the bug is. ### How to reproduce ```autoit _WD_GetBrowserPath('firefox') ``` returns "FIREFOX.EXE" instead true/full path. ```[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App...

I just checked with FireFox and I confirm that I get: `__WD_Post: StatusCode=500; ResponseText={"value":{"error":"unknown error","message":"Reached error page: about:neterror?e=fileNotFound&` So this is ChromeDriver issue that he not return error in case...

upstream
awaiting feedback

## Pull request ### Proposed changes __WD_ErrHnd should do some notification to __WD_Error ### Checklist - [x] I have read and noticed the [CODE OF CONDUCT](https://github.com/Danp2/au3WebDriver/blob/master/docs/CODE_OF_CONDUCT.md) document - [x] I...

## Pull request ### Proposed changes Today I hit a problem when trying to update geckodriver where InetRead() returns with error ### Checklist - [x] I have read and noticed...

> we should review these comments and change them as they are currently causing confusion It would be simple to change that specific comment to "Unsupported option". Which others do...

Should we also get information about shadow roots ? _Originally posted by @mlipok in https://github.com/Danp2/au3WebDriver/issues/388#issuecomment-1246615249_ > Definitely not as part of _WD_FrameList. Please open a separate issue if you would...

enhancement

I tried to use capabilites string examples from here: https://github.com/operasoftware/operachromiumdriver/blob/master/docs/desktop.md Unfortunately, no luck. My finall workable versoin is ```json { "capabilities":{ "alwaysMatch":{ "goog:chromeOptions":{ "w3c":true, "excludeSwitches":[ "enable-automation" ], "binary":"C:\\Users\\Szef\\AppData\\Local\\Programs\\Opera\\opera.exe" } }...

## Bug report ### Describe the bug MSEdgeIE driver update does not work ### How to reproduce 1. run `wd_demo.au3` 2. in browser combobox select `MSEdgeIE` 3. select the option...

upstream

## Pull request ### Proposed changes User should be able to provide specific/desired browser version to download/update desired driver ### Checklist - [x] I have read and noticed the [CODE...