Skip to content

Investigate cross-matcher optimisation #3

@nico78

Description

@nico78

ideally, something like div().that(hasCssClass("myclass")).that(hasAttribute("attr",startsWith("A"))) would optimise to use By.cssSelector withdiv.myclass[attr^="A") rather than current behaviour which guesses the most specific criterion and produces a single selenium command from that, (checking the other criteria manually)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions