Skip to content

Commit 82a8760

Browse files
committed
Wait tolerance info
1 parent c56dc8a commit 82a8760

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scan/commands/wait.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Wait(Command):
1717
:param comparison: How current value is compared to the desired value.
1818
Defaults to '='.
1919
Other options: '!=', '>', '>=', '<' , '<=', 'increase by','decrease by'
20+
For string data, supported options are '=', '!=', '>', '>=', '<' , '<='.
2021
:param tolerance: Tolerance used for numeric '=' comparison. Defaults to 0, not used for string values or anything but '='.
2122
:param timeout: Timeout in seconds. Default 0 to wait 'forever'.
2223
:param errhandler: Default None.

0 commit comments

Comments
 (0)