Kevin Gibbons
Kevin Gibbons
I'd like to see this one implemented. I can workaround the issue in some test cases using `Element.type` but not all of them have inputs.
`browserVersion` is defined as a string identifier in the [spec](https://www.w3.org/TR/webdriver/#capabilities). Is there any value in validating the version considering the varying values supported by drivers/services? e.g. `latest`, `latest-1`, `86`, `86.0b5`,...
[SauceLabs](https://wiki.saucelabs.com/display/DOCS/Test+Configuration+Options) support a `latest-n` convention, n being the number of releases before the latest version.
Hi, I'm also seeing this issue. Any reason why the hash isn't added to IE?
```js it("script should not fail, timeout = 90 secs, script execution 80 secs", async () => { await browser.setTimeout({ script: 90000 }); await browser.executeAsync((done) => { console.log("this should not fail");...
> Tests are hanging until memory heap error. Also looking for a fix for this.