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: hardkoded/puppeteer-sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.1.0
Choose a base ref
...
head repository: hardkoded/puppeteer-sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.0.0
Choose a head ref
  • 18 commits
  • 298 files changed
  • 2 contributors

Commits on Mar 21, 2024

  1. Improve expose function reliability (#2514)

    * Some progress
    
    * improve binding
    
    * unflake test
    kblok authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    68fa055 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    f8dee7a View commit details
    Browse the repository at this point in the history
  2. Introduce ElementHandle.ScrollIntoViewAsync (#2520)

    * Introduce ElementHandle.ScrollIntoViewAsync
    
    * Fix tests
    
    * fix another test
    
    * Fix test in Firefox
    kblok authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d615c75 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    a7ad974 View commit details
    Browse the repository at this point in the history
  2. Split Dialog class (#2562)

    kblok authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8db8202 View commit details
    Browse the repository at this point in the history
  3. Introduce CdpWebWorker (#2563)

    * Introduce CdpWebWorker
    
    * add missing constructor
    
    * fix the world property
    kblok authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e9b07f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. [BREAKING] Split Response and Request classes (#2568)

    * Split Response class
    
    * Implement CdpHttpRequest
    kblok authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    964399e View commit details
    Browse the repository at this point in the history
  2. Split target class (#2569)

    * Split target class
    
    * Docs changes
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    kblok and actions-user authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    27837b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Split JSHandle and ElementHandle (#2570)

    * Split JSHandle and ElementHandle
    
    * add missing toString
    kblok authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    43f13e3 View commit details
    Browse the repository at this point in the history
  2. [BREAKING] Split CdpSession (#2571)

    * Split CdpSession
    
    * Docs changes
    
    * Ignore new tests in firefox
    
    * doc update
    
    * Docs changes
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    kblok and actions-user authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    dd4e9b9 View commit details
    Browse the repository at this point in the history
  3. Split browser and browser context (#2572)

    * Split browser and browser context
    
    * Docs changes
    
    * Move connection
    
    * Fix CDPSession
    
    * more fixes
    
    * some fixes
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    kblok and actions-user authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c354cd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Split frame class (#2573)

    * Split frame class
    
    * Docs changes
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    kblok and actions-user authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ff23f14 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Split page (#2576)

    * Split page
    
    * Docs changes
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    kblok and actions-user authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c43ee44 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Split input classes (#2577)

    kblok authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6a7d567 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    b1e8bec View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Introduce protocol in launch options (#2578)

    * Introduce protocol in launch options
    
    * code style
    
    * Add protocol to browser class
    kblok authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2b1ba31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3093327 View commit details
    Browse the repository at this point in the history
  3. v16.0.0 (#2584)

    kblok authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    174b8c7 View commit details
    Browse the repository at this point in the history
Loading