btolsch
btolsch
I hope you find this helpful; if not, feel free to close this. First of all, I did compile this with both MSVC and clang on Windows. I also got...
When using an element in a shadow DOM, using an IDREF of another id in the same shadow DOM generates an AX_ARIA_02 error. AX_ARIA_04 also flags this as an issue....
Normally, the following works fine when our tests spawn a browser window and nothing causes the window to lose focus. ``` MockInteractions.tap(checkboxElement); ``` Afterwards, `checkboxElement.checked` has successfully changed state. However,...
This is in reference to #4. It makes direct use of perf events in Linux for measuring TLB misses, but also times each run. Overall, the results I got seem...
Having the same hotkey chord for two commands in your config file will silently add them both to the list of hotkeys but only ever match and run the first....