frameworkium-core icon indicating copy to clipboard operation
frameworkium-core copied to clipboard

Framework for writing maintainable Selenium and REST API tests in Java.

Results 29 frameworkium-core issues
Sort by recently updated
recently updated
newest added

Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.2.2 to 4.4.0. Release notes Sourced from selenium-java's releases. Selenium 4.4.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...

dependencies

Bumps spock-core from 2.2-M1-groovy-4.0 to 2.2-M3-groovy-4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.spockframework:spock-core&package-manager=maven&previous-version=2.2-M1-groovy-4.0&new-version=2.2-M3-groovy-4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to 3.1.0. Release notes Sourced from maven-enforcer-plugin's releases. 3.1.0 🚀 New features and improvements [MENFORCER-420] - cache dependencies across rules (#152) @​josephw [MENFORCER-409] - Log at...

dependencies

Bumps log4j-api from 2.17.2 to 2.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.17.2&new-version=2.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps log4j-core from 2.17.2 to 2.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.17.2&new-version=2.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**Describe the Issue** After we update fremeworkium 4 X version, we unable launching the chrome browser **To Reproduce** Steps to reproduce the behavior: 1. we set custom chrome caps with...

bug

When pulling latest master tagged as 4.0.0-BETA2-SNAPSHOT and trying to run TheInternetExampleTests (with a modified ru.yandex.qatools.htmlelements version due to selenium 4 update issues), the following error is shown : ```...

bug

**Is your feature request related to a problem? Please describe.** EventFiringWebDriver has been deprecated since selenium:4.0.0-beta2 **Describe the solution you'd like** Refactor to the new EventFiringDecorator and WebDriverListeners. https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/support/events/EventFiringWebDriver.html **Describe...

enhancement

**Is your feature request related to a problem? Please describe.** Remove internal implementation for Select in favor of native implementation https://www.selenium.dev/documentation/support_packages/working_with_select_elements/ **Describe the solution you'd like** Deprecate or remove htmlelements...

enhancement