Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Change Age Confidence
com.codeborne:selenide (source) 7.6.1 -> 7.11.1 age confidence

Release Notes

selenide/selenide (com.codeborne:selenide)

v7.11.1

See https://github.com/selenide/selenide/milestone/231?closed=1

v7.11.0

See https://github.com/selenide/selenide/milestone/230?closed=1

v7.10.1

See https://github.com/selenide/selenide/milestone/228?closed=1

v7.10.0

  • #​3058 speed up video recorder (#​3071) (#​3079)
    • Now the video recorder requires ffmpeg to be installed on the computer.
    • The video file extension has changed from webm to mp4.
  • #​3058 take screenshots for video recorder using BiDi or DevTools method (#​3077)
  • add method $.scrollIntoView(options) (#​3078)
  • properly show arguments of $.type() in reports
  • add static methods for containers initialization -- thanks to Ilya Koshaleu (#​3053)
  • add DeepShadow annotation -- thanks to Ilya Koshaleu (#​3083)
  • validate that incrementTimeout is no longer than the overall download timeout (#​3093)
  • Update Selenium 4.34.0 -> 4.35.0 (incl. CDP 138 -> 139) -- thanks to Aliaksandr Rasolka (#​3087)
  • bump Appium 9.5.0 -> 10.0.0 (#​3087)

see https://github.com/selenide/selenide/milestone/227?closed=1

v7.9.4

  • update Selenium from 4.33.0 to 4.34.0 (CDP 137 -> 138) (#​3059)
  • update Appium from 9.4.0 to 9.5.0 (#​3059)
  • #​3042 fix colors on video recorder in Firefox (#​3043)
  • change return type to SelenideAppiumElement on appium methods -- thanks to @​qwez (#​3049)
  • replace *.selenium.ContextAware by *.appium.*.SupportsContextSwitching (#​3040)
  • update LittleProxy from 2.4.2 to 2.4.3
  • Publish jars to Maven Central instead of OSS

See https://github.com/selenide/selenide/milestone/226?closed=1

v7.9.3

  • bump Selenium from 4.32.0 to 4.33.0, including CDP v136 -> v137 (#​3034)
  • #​2763 Can click with JS holding keys LEFT ALT, LEFT CTRL and LEFT SHIFT (#​3030)
  • fix bug in "setValue": don't lose focus if the input is already focused (#​3035)
  • fix page object initialization without webdriver (#​3036)
  • fix condition "texts in any order" in FULL_TEXT mode (#​3037)

See https://github.com/selenide/selenide/milestone/225?closed=1

v7.9.2

  • #​2973 fix colors in video generated by Selenide video recorder (#​3024)
  • #​3022 start generating video only after test completion (waste less CPU) (#​3024)
  • #​2992 attach video recordings using "[[ATTACHMENT|FILE]]" format (#​3024)
  • #​3014 fix ClassCastException in selenide-appium when calling scroll(ScrollOptions) on a web browser (#​3015)
  • Improve performance by caching list size in loops -- thanks to Luis Serna (#​3013)
  • Fix SpotBugs config -- thanks to Yaraslau Lazakovich (#​3018)
  • bump Selenium from 4.31.0 to 4.32.0; and CDP from 135 to 136 (#​3020)
  • bump LittleProxy from 2.4.1 to 2.4.2 (fixed memory leak)

see https://github.com/selenide/selenide/milestone/224?closed=1

v7.9.1

  • #​3010 respect Configuration.textCheck in $$.shouldHave(texts("First", "", "Third")); (#​3011)
  • bump LittleProxy from 2.4.0 to 2.4.1

see https://github.com/selenide/selenide/milestone/223?closed=1

v7.9.0

  • #​2992 Write screenshots in a format that Jenkins and GitLab treat as attachments -- thanks to Vivien Tintillier (#​2998)
  • #​2763 Can click with JS holding keys ALT, CTRL etc. (#​3008)
  • bump Selenium from 4.30.0 to 4.31.0; and CDP from 134 to 135 (#​2994)
  • check for empty expected value (#​3007)

see https://github.com/selenide/selenide/milestone/222?closed=1

v7.8.1

  • Fix ClassCastException in terminateApp method -- thanks to Aliaksandr Rasolka (#​2988)
  • #​2968 restore method ByShadow.cssSelector to avoid breaking backward compatibility

see https://github.com/selenide/selenide/milestone/221?closed=1

v7.8.0

  • Extend appium interacts with apps abilities -- thanks to Aliaksandr Rasolka (#​2964)
  • add methods to remove proxy listeners (#​2981)
  • Add working with Shadow DOM for selenide page factory -- thanks to Ilya Koshaleu (#​2968)
  • #​2967 improve how the Android/iOS combined attribute looks in error messages (#​2971)
  • bump Selenium from 4.29.0 to 4.30.0 (#​2979)
  • Bump BrowserUpProxy from 3.1.2 to 3.2.0 (#​2980)

see https://github.com/selenide/selenide/milestone/220?closed=1

v7.7.3

  • bump Selenium from 4.28.1 to 4.29.0 (#​2957)
  • bump BrowserUpProxy from 3.1.1 to 3.1.2 (#​2957)

see https://github.com/selenide/selenide/milestone/219?closed=1

v7.7.2

  • Added ability to use custom types for elements in appium page factory -- thanks to qwez (#​2945)
  • Bump BrowserUpProxy from 3.0.1 to 3.1.1 (#​2946) (#​2950)

see https://github.com/selenide/selenide/milestone/218?closed=1

v7.7.1

  • #​2930 bump BrowserUpProxy from 3.0.0 to 3.0.1 (updates MITM certificate for the next 10 years)
  • #​2933 allow declaring @​Self field of type SelenideAppiumElement (#​2934)
  • #​2931 Inherit @​As alias for elements extended from the Container (#​2942)
  • bump Selenium from 4.27.0 to 4.28.0 (incl. CDP from v131 to v132) (#​2940)
  • bump Appium from 9.3.0 to 9.4.0 (#​2941)

see https://github.com/selenide/selenide/milestone/217?closed=1

v7.7.0

  • #​2304 add support for Moon browser automation solution (#​2924)
  • #​2769 add method $.scroll() with direction and length parameters -- thanks to donnieHub (#​2809)
  • #​2914 add debug logs for adding/removing listeners (#​2915)
  • #​2910 add BrowserUpProxy dependency to runtime scope (#​2912)
  • [hotfix] update BrowserUpProxy MITM certificate (#​2930)

See https://github.com/selenide/selenide/milestone/216?closed=1


Configuration

📅 Schedule: Branch creation - "after 8pm every weekday,every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from 100bc00 to 6fe5aa8 Compare January 25, 2025 12:39
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.7.0 fix(deps): update dependency com.codeborne:selenide to v7.7.1 Jan 25, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from 6fe5aa8 to 4830921 Compare February 16, 2025 18:03
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.7.1 fix(deps): update dependency com.codeborne:selenide to v7.7.2 Feb 16, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from 4830921 to 746af2f Compare February 26, 2025 22:52
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.7.2 fix(deps): update dependency com.codeborne:selenide to v7.7.3 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from 746af2f to e4e0855 Compare April 5, 2025 21:18
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.7.3 fix(deps): update dependency com.codeborne:selenide to v7.8.0 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from e4e0855 to b864af2 Compare April 6, 2025 22:20
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.8.0 fix(deps): update dependency com.codeborne:selenide to v7.8.1 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from b864af2 to e6d1c67 Compare April 21, 2025 22:30
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.8.1 fix(deps): update dependency com.codeborne:selenide to v7.9.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from e6d1c67 to 9f745c5 Compare April 25, 2025 19:25
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.9.0 fix(deps): update dependency com.codeborne:selenide to v7.9.1 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from 9f745c5 to d602ba0 Compare May 11, 2025 21:35
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.9.1 fix(deps): update dependency com.codeborne:selenide to v7.9.2 May 11, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from d602ba0 to 5c42404 Compare May 30, 2025 12:34
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.9.2 fix(deps): update dependency com.codeborne:selenide to v7.9.3 May 30, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from 5c42404 to bc7662d Compare July 8, 2025 12:51
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.9.3 fix(deps): update dependency com.codeborne:selenide to v7.9.4 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from bc7662d to 28a21ff Compare August 23, 2025 22:26
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.9.4 fix(deps): update dependency com.codeborne:selenide to v7.10.0 Aug 23, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from 28a21ff to d836766 Compare September 19, 2025 18:43
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.10.0 fix(deps): update dependency com.codeborne:selenide to v7.10.1 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from d836766 to 66acd26 Compare October 6, 2025 12:45
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.10.1 fix(deps): update dependency com.codeborne:selenide to v7.11.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/com.codeborne-selenide-7.x branch from 66acd26 to 0f53f2a Compare October 7, 2025 11:03
@renovate renovate bot changed the title fix(deps): update dependency com.codeborne:selenide to v7.11.0 fix(deps): update dependency com.codeborne:selenide to v7.11.1 Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants