Skip to content

Feature: Error message pointer inside XPath selectors #1

@piotrkluz

Description

@piotrkluz

Feature that will point which element inside XPath selector has not found.
Actual behaviour points to entire selector (("My text" is not exist)

form.someClass >> .//select/option[contains(.,'My text')]
                  ^
                  Element not found

Expected behaviour:

form.someClass >> .//select/option[contains(.,'My text')]
                  ^         ^
                  |         Not found 'option[contains(.,'My text')]'
                  <select><option>Option 1</select><...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions