Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new descendants api as well as deeper element queries to ElementHandle #5433

Merged
merged 5 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    2f637ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3665f88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    400f317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8881fd0 View commit details
    Browse the repository at this point in the history
  5. testing: Minor rename after a quick round of API review

    - ElementHandle::match_descendants() becomes ElementHandle::query_descendants() to emphasize that this creates a query.
    - Added ElementQuery::from_root() to remove the need to use the ElementRoot trait.
    tronical committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d41b3c2 View commit details
    Browse the repository at this point in the history