From 361835ee896a52fca33e136d5d1c608053739cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BCr=C5=9Fat=20Akta=C5=9F?= Date: Wed, 22 Feb 2023 01:27:21 +0300 Subject: [PATCH] readme xpath key fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f24890..8381bc59 100644 --- a/README.md +++ b/README.md @@ -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