Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: percy/percy-selenium-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: percy/percy-selenium-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 26, 2026

  1. Feat : responsive capture feature and Cross Origin Iframe capture (#302)

    * Added PERCY_RESPONSIVE_CAPTURE_RELOAD_PAGE
    
    * adding responsive capture feature
    
    * fixing code
    
    * cli version
    
    * added unit testcases and fix:
    
    * resolved copilot comments
    
    * Refactoring code
    
    * resolving comments
    
    * fixing min height
    
    * fix
    
    * fix: address code review feedback for snapshot error handling and responsive capture
    
    - Catch Exception (not just WebDriverException) in snapshot() to prevent caller crashes
    - Wrap captureResponsiveDom loop in try/finally to always restore window size
    - Replace System.out.println debug statements with log() calls
    - Introduce FatalIframeException to replace fragile string matching on "Fatal"
    - Fix log(String) indentation
    - Add fallback for renamed RESONSIVE_CAPTURE_SLEEP_TIME env var
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * bump version to 2.1.2-alpha.0 for alpha release
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * restore provided scope for selenium-java and test scope for webdrivermanager
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * removing version from pr
    
    * removing version
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    yashmahamulkar-bs and claude authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    b4412ae View commit details
    Browse the repository at this point in the history
  2. release 2.1.2-beta.0 (#303)

    * Added PERCY_RESPONSIVE_CAPTURE_RELOAD_PAGE and RESPONSIVE_CAPTURE_MIN_HEIGHT
    * Added Cross Origin Iframe Capture
    yashmahamulkar-bs authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    0bed3f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    9c70e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1410a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Release 2.1.2 (#307)

    Release 2.1.2
    yashmahamulkar-bs authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    4bda7d4 View commit details
    Browse the repository at this point in the history
Loading