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 small improvements #66

Merged
merged 4 commits into from
May 27, 2024
Merged

Add small improvements #66

merged 4 commits into from
May 27, 2024

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    4bfb138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe8b383 View commit details
    Browse the repository at this point in the history
  3. Add contains to XPathLocator

    There is often a situation when you need to add
    `[contains(., text)]` to an already ready locator,
    and for this you have to use `extend_query`.
    So we decided to put it into a separate method.
    M1troll committed May 27, 2024
    Configuration menu
    Copy the full SHA
    458ba3c View commit details
    Browse the repository at this point in the history
  4. Update changelog

    M1troll committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e114515 View commit details
    Browse the repository at this point in the history