Andrew Lyons

Results 148 issues of Andrew Lyons

In chapter [12. Elements](https://www.w3.org/TR/webdriver/#element-click#x12-elements), section [12.4 Interaction](https://www.w3.org/TR/webdriver/#element-click#element-interaction): > Let click point be the element’s in-view center point. The mouse is instead positioned at the 0,0 co-ordinate of the element to...

This is a bit of a weird one, so apologies in advance. In chapter [E. Index](https://www.w3.org/TR/webdriver/#dfn-date-state#e-index): > Date state > Local Date and Time state The display format for the...

enhancement
Element Send Keys

The W3C steps for element/click state: > 1. Let mouse be a new pointer input source. > 1. Let click point be the element’s in-view center point. > 1. Let...

marionette

**Is your feature request related to a problem? Please describe.** I can use a `.git/info/exclude` file to exclude files from git on a per-checkout basis, but these are not ignored...

enhancement
new issue

In some situations it is desirable to write unit tests where the code under test is provided by a data provider. In this situation it is not possible to use...

type/enhancement
feature/code-coverage

I've been playing with Buggregator recently via Docker, but keep hitting this error: `[2022-03-10 14:24:02] production.ERROR: SQLSTATE[HY000]: General error: 5 database is locked {"exception":"[object] (Cycle\\Database\\Exception\\StatementException(code: 0): SQLSTATE[HY000]: General error: 5...

bug
help wanted
question

### Bug description We have a couple of places where we have some very long requests. These are well below the 300 second `pageLoad` timeout (https://www.w3.org/TR/webdriver/#timeouts), but the CURL_TIMEOUT default...

bug

This _may_ possibly be solved by #10, #12, or #34, but I'm unable to tell at this stage. It is currently not possible to use tmpfs for the data directory....

mssql-server-linux

#233 claimed to update to version 0.0.3 of the Syn library, however it actually just made unknown changes to 0.0.2. I really think that we need to update to the...

Move declaration of replacements and selectors to new function At present the declaration of all raw un-processed selectors and their replacements is in either the class body (private vars) or...