David Burns

Results 114 comments of David Burns

> Hmm, so I re-read the relevant spec bits, and I think maybe we'd misinterpreted the scope of the staleness checks. As long as `is stale` is always called _after_...

Unless I am misunderstanding, we should have support tag name as it is part of the [`DocumentOrShadowRoot`](https://dom.spec.whatwg.org/#ref-for-documentorshadowroot) mixin. If it's not working then we need to seek clarifications from DOM.

> Unless I am misunderstanding, we should have support tag name as it is part of the [`DocumentOrShadowRoot`](https://dom.spec.whatwg.org/#ref-for-documentorshadowroot) mixin. If it's not working then we need to seek clarifications from...

This seems like a bug in the firefox implementation. actions has always been designed to work as though it were "above the glass" so the frame would need to be...

At the moment this is not a priority for me. If someone wants to write the prose I will gladly edit it and get it merged.

You will need to update the details in https://github.com/w3c/webdriver/blob/master/index.html#L1479-L1641 on how to set the authentication. It will need to know how to handle the data coming in from a Selenium...

This strikes me that the cookie jar should be erroring here and then webdriver should just pass on that it couldn't set the cookie which is already in the spec

@raviautomation09 Can you please try use the latest nightly. I think this issue might have already been fixed but want to check. If it still fails can you add the...

@raviautomation09 If you can't test this out by Monday next week (22 May) I will unfortunately need to close this issue.

@raviautomation09 Are you calling close and then quit? Its near impossible to solve this issue when you are only giving snippets of the log. We can't see what is happening...