Skip to content

Commit

Permalink
readme xpath key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kursataktas authored Feb 21, 2023
1 parent 20ee44c commit 361835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ If Ddosify can't receive the response for a request, that step is marked as Fail
| `not` | ( param `bool` ) | returns converse of given param |
| `range` | ( param `int`, low `int`,high `int` ) | returns param is in range of [low,high): low is included, high is not included. |
| `json_path` | ( json_path `string`) | extracts from response body using given json path |
| `xml_path` | ( xpath `string` ) | extracts from response body using given xml path |
| `xpath` | ( xpath `string` ) | extracts from response body using given xml path |
| `regexp` | ( param `any`, regexp `string`, matchNo `int` ) | extracts from given value in the first parameter using given regular expression |

### Operators
Expand Down

0 comments on commit 361835e

Please sign in to comment.