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 dedicated element pickers for "strong"-tag to the DSL #49

Closed
skrapeit opened this issue Sep 30, 2019 · 0 comments
Closed

Add dedicated element pickers for "strong"-tag to the DSL #49

skrapeit opened this issue Sep 30, 2019 · 0 comments
Milestone

Comments

@skrapeit
Copy link
Owner

currently it is possible to to pick strong-tag using

...
expect {
    element("strong") {
        text() toBe "I'm the inner text"
     }
}

make it possible to have a more convenient and type safe way of picking elements.

e.g.:

...
expect {
    strong {
        text() toBe "I'm the inner text"
     }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants