David Burns

Results 111 comments of David Burns

> @AutomatedTester are you planning/willing to pick this up again, or would you prefer someone else taking it over? Happy for someone to take this over, I haven't had time...

So there are a few issues we need to be aware of, which can be overcome by the remote end. 1. What happens if the "comms" thread crashes but the...

Both @shs96c and I don't mind what tool is used. I am happy for it to be moved over, I just haven't prioritised this work

added test in https://github.com/web-platform-tests/wpt/pull/22426

https://groups.google.com/a/chromium.org/d/msg/ecosystem-infra/nbLGsXkkHjw/4YN4Jx0dBgAJ

It makes sense that webdriver offer these features.

Just for clarity @msingle are you wanting to do the following (In python for simplicity)? ```python driver.find_element(By.LABEL, "some_text_in_a_for") # this will then essentially do document.querySelectorAll("*[for='some_text_in_a_for']") which we can do the...

> Your motivation sounds similar to [gh-1440](https://github.com/w3c/webdriver/pull/1440). That describes the feature in terms of the Accessible Name API, which may be a more powerful entry point than labellable elements. I...

We don't need to keep a map of all element references, just ones that have been previously searched for in the past. This is why it is described as `get...