-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Implemented a new ZestAssignment which can filter the parsed DOM by e… #117
Conversation
The use case for this occurred in ZAP. I would like to get the value of the action attribute of the second form element. |
50ed09c
to
a4c201f
Compare
c0feda9
to
dd481b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind adding a de/serialisation test (like the one in ZestAssignStringUnitTest
), and check that the assign still works?
src/main/java/org/mozilla/zest/core/v1/ZestAssignFromElement.java
Outdated
Show resolved
Hide resolved
src/main/java/org/mozilla/zest/core/v1/ZestAssignFromElement.java
Outdated
Show resolved
Hide resolved
src/main/java/org/mozilla/zest/core/v1/ZestAssignFromElement.java
Outdated
Show resolved
Hide resolved
dd481b0
to
7f61558
Compare
@thc202: pushed your improvements |
Sorry, I was mislead by the JavaDoc of |
src/test/java/org/mozilla/zest/test/v1/ZestAssignFromElementTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/mozilla/zest/test/v1/ZestAssignFromElementTest.java
Outdated
Show resolved
Hide resolved
…lement or attributes and select the content of an element or the value of an attribute
7f61558
to
95493c3
Compare
Thank you! |
…lement or attributes and select the content of an element or the value of an attribute