Skip to content

Extractors value lost when I add three requests. #1253

Closed Answered by ehsandeep
tylerdurden2010 asked this question in Q&A
Discussion options

You must be logged in to vote

req-condition can be used to specify specfic request while using matcher/extractor, for example:-

    req-condition: true
    extractors:
      - type: regex
        part: body_1
        regex:
          - "XXX"

      - type: regex
        part: body_2
        regex:
          - "XXX"

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by forgedhallpass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.
3 participants
Converted from issue

This discussion was converted from issue #1215 on November 15, 2021 18:46.