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

Keep track of the parent element selector #45

Open
bahmutov opened this issue Mar 1, 2022 · 0 comments
Open

Keep track of the parent element selector #45

bahmutov opened this issue Mar 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bahmutov
Copy link
Owner

bahmutov commented Mar 1, 2022

When using cyclope as a child command, form the element selector automatically

// get an image of the todos element
// instead of this
cy.get('.todos').cyclope('todos.png', {
   elementSelector: '.todos',
})
// automatically limit the image to ".todos"
cy.get('.todos').cyclope('todos.png')
@bahmutov bahmutov added the enhancement New feature or request label Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant