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

Update Hide Modifier with find elements by css selector #15

Closed
malaskowski opened this issue Oct 3, 2016 · 1 comment
Closed

Update Hide Modifier with find elements by css selector #15

malaskowski opened this issue Oct 3, 2016 · 1 comment
Assignees
Milestone

Comments

@malaskowski
Copy link
Contributor

Update Hide Modifier and add possibility to find element to hide by cssSelector.
Finding elements by xpath should be still possible, example:

<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.

@malaskowski malaskowski added this to the Stabilization milestone Oct 3, 2016
@subiron subiron self-assigned this Jan 3, 2017
subiron added a commit that referenced this issue Jan 3, 2017
Update Hide Modifier with find elements by css selector #15
subiron added a commit that referenced this issue Jan 20, 2017
* Update Click Modifier with find elements by css selector #14
* Update Hide Modifier with find elements by css selector #15
* Small refactoring
@subiron subiron closed this as completed Feb 22, 2017
@subiron
Copy link
Contributor

subiron commented Feb 22, 2017

done as part of #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants