au3WebDriver icon indicating copy to clipboard operation
au3WebDriver copied to clipboard

Web Driver UDF for AutoIt

Results 32 au3WebDriver issues
Sort by recently updated
recently updated
newest added

## Bug report ### Describe the bug `_WD_GetElementFromPoint` may affect script as it uses `_WD_FrameEnter` to change frames ### How to reproduce WIP (so far it only points to a...

awaiting feedback

Today a Zul user on AutoIt forum asked for support here: https://www.autoitscript.com/forum/topic/205553-webdriver-udf-help-support-iii/?do=findComment&comment=1505239 it uses shadow roots. I have made some analysis and I comes to sucha a nice JS ```javascript...

## 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...

As TODO in the future: _WD_FrameList should return information about visibility of the frame for example: https://stackoverflow.com/questions/19669786/check-if-element-is-visible-in-dom ![image](https://user-images.githubusercontent.com/11089482/186519722-2d7d707a-e1d4-49a4-af2b-92a05e6c4595.png) @Danp2 if you agree plese reference this as new issue, as I...

enhancement

https://github.com/w3c/webdriver-bidi https://developer.chrome.com/blog/webdriver-bidi/ https://wiki.mozilla.org/WebDriver/RemoteProtocol/WebDriver_BiDi

enhancement

https://www.autoitscript.com/forum/topic/205553-webdriver-udf-help-support-iii/?do=findComment&comment=1505361

enhancement

https://bugzilla.mozilla.org/show_bug.cgi?id=1489490&GoAheadAndLogIn=1

upstream

## Feature request Some existing WD UDFs set @extended to indicate more details on the type of error that occurred. They currently use "magic" numbers instead of a constant. ###...

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

This is a placeholder for future discussions on adding examples to the UDF. For starters -- - According to [specs](https://www.autoitscript.com/wiki/UDF-spec), Example line is a simple Yes/No value. - Generated help...