oriddd
oriddd
**What this PR does / why we need it**: This PR fixes a bug where attributes are being overridden instead of merged. **PR Readiness Checklist**: - [x] the `CHANGELOG.md` release...
1. Add Gradle's task to create a full jar file artifact. 2. Add GitHub actions to the workflow that uploading the following to the release artifacts: > Full jar file....
Adding logic to support Selenium 4 due to issue #167
- Upgrade java-client to support selenium 4. - Remove generic from drivers creation. - Change DesiredCapabilities objects to MutableCapabilities. - Change mobile elements objects to WebElement.