Gabe
Gabe
### What happened? WebdriverJS FluentWait works in Javascript as per the example in the [documentation](https://www.selenium.dev/documentation/webdriver/waits/#fluentwait). However in TypeScript we are missing the types for the 4th parameter (the frequency at...
Ref: https://github.com/dequelabs/axe-core-npm/issues/292 > There may be times that required owned elements are missing, for example, while editing or while loading a data set. When a widget is missing required owned...
We should Investigate if we need `chrome.setDefaultService()` used within CLI as we are blocked from updating Selenium WebdriverJS from 4.3 ```js // Pinned to [email protected] // https://github.com/SeleniumHQ/selenium/pull/10796/files#diff-6c87d95a2288e92e15a6bb17710c763c01c2290e679beb26220858f3218b6a62L260 chrome.setDefaultService(service); ``` source:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Not a bug - issue template did not have a generic...
### Product webdriverjs ### Product Version 4.8.0 ### Latest Version - [X] I have tested the issue with the latest version of the product ### Issue Description #### Expectation Print...
We have implemented a [workaround](https://github.com/dequelabs/axe-core-maven-html/pull/412) for Selenium 3 for getting the `about:blank` handle . This is not ideal as we are assuming it's the about blank handle that could not...
We recently moved our tests and license check to GHA. We should do the same with publishing. We should make the GHA handle: - Snapshot releases - Production release -...
As of [Selenium 4.14](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG#L15C1-L16C1) Selenium dropped support for Java 8 and require a minimum of Java 11. This caused our dependabot updates to fail as we use Java 8 _only_:...
- We should amend our [test workflow](https://github.com/dequelabs/axe-core-maven-html/blob/develop/.github/workflows/tests.yml) to test multiple Java versions to ensure we support multiple LTS versions. - We should set up nightly tests that update Selenium and...
We use standard-version in [`prepare-release.sh`](https://github.com/dequelabs/axe-core-maven-html/blob/develop/.github/scripts/prepare_release.sh#L9) to version our packages, unfortunately it's now [deprecated](https://github.com/conventional-changelog/standard-version#standard-version). We should look into Lerna for versioning and changelog generation. We can create a `lerna.json` that will...