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: minkphp/Mink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9b08f62
Choose a base ref
...
head repository: minkphp/Mink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8a4413
Choose a head ref
  • 5 commits
  • 25 files changed
  • 2 contributors

Commits on Nov 22, 2025

  1. Removed deprecated features

    stof committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    2b69136 View commit details
    Browse the repository at this point in the history
  2. NamedSelector wasn’t matching buttons by name attribute in `link_or…

    …_button` selector
    Alexander Obuhovich authored and stof committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    ce91476 View commit details
    Browse the repository at this point in the history
  3. Change the constructor arguments of the elements to their dependencies

    The constructor now receives the driver and the element finder instead
    of the session.
    stof committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    4a14114 View commit details
    Browse the repository at this point in the history
  4. Decoupled the DriverInterface from the NodeElement

    This avoids a circular dependency. The driver interface now returns an
    array of XPath for found elements, and Element::find() instantiates the
    NodeElement for them.
    The driver is now the low level API which does not depend on any other
    part of Mink (but used by other parts).
    The ElementFinder is responsible for instantiating the NodeElement.
    stof committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    618c3d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8a4413 View commit details
    Browse the repository at this point in the history
Loading