We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update Hide Modifier and add possibility to find element to hide by cssSelector. Finding elements by xpath should be still possible, example:
cssSelector
<collect> ... <hide css="#learnMore"/> <hide xpath="//*[@id='about-anim']" /> ... </collect>
As part of this task, extend integration-tests with case where hiding by css selector will be used. Update proper page in the documentation.
integration-tests
The text was updated successfully, but these errors were encountered:
Update Click Modifier with find elements by css selector #14
68a7df1
Update Hide Modifier with find elements by css selector #15
Feature/modifiers enhancements (#41)
cc3512a
* Update Click Modifier with find elements by css selector #14 * Update Hide Modifier with find elements by css selector #15 * Small refactoring
done as part of #41
Sorry, something went wrong.
subiron
No branches or pull requests
Update Hide Modifier and add possibility to find element to hide by
cssSelector
.Finding elements by xpath should be still possible, example:
As part of this task, extend
integration-tests
with case where hiding by css selector will be used.Update proper page in the documentation.
The text was updated successfully, but these errors were encountered: