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

## Pull request ### Proposed changes Update code to remove browser specific checks ### Checklist Put an `x` in the boxes that apply. If you're unsure about any of them,...

- Proper setting of @error flag - Standardization with other UDF functions

See discussion that begins here -- https://github.com/Danp2/au3WebDriver/pull/396#discussion_r959694944

## Bug report ### Describe the bug `_WD_FrameList()` gets list of frames which is not always complete. It is due to the fact that Not all frames document are load...

bug

## Pull request ### Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. Please ensure you have...

## Pull request ### Proposed changes _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) ### Checklist - [x] I have read and noticed the [CODE...

## Bug report ### Describe the bug This may not be a specific bug, but we have to check all "Demos" step by step on all browsers. ### How to...

## Pull request ### Proposed changes There should be easy way to find element location in the frame list returned by `_WD_FrameList` ### Checklist - [x] I have read and...

I think we should provide new feature for `_WD_LoadWait()` as there can be cases that you would like to wait not for `complete` but for `interactive` or even `loaded` will...

enhancement

## Bug report ### Describe the bug I started using `_WD_CheckContext` in all of my projects. On some systems my end users notice problems. after testing I comes to such...

awaiting feedback