Overload List
Name | Description | |
---|---|---|
Extract(List String , String) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning an empty string if they cannot be found.
| |
Extract(String, String) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found.
| |
Extract(List String , String, ActionType) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning an empty string if they cannot be found,
and specifying what action to take in case of failure.
| |
Extract(List String , String, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning an empty string if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
Extract(List String , String, String) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning the defaultValue if they cannot be found.
| |
Extract(String, String, ActionType) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found,
and specifying what action to take in case of failure.
| |
Extract(String, String, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
Extract(String, String, String) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning the defaultValue if they cannot be found.
| |
Extract(ExtractionCursor, List String , String) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning an empty string if they cannot be found.
| |
Extract(ExtractionCursor, String, String) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found.
| |
Extract(List String , String, ActionType, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning an empty string if they cannot be found,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
| |
Extract(List String , String, String, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning the defaultValue if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
Extract(String, String, ActionType, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found,
specifying whether the search will be case-sensitive,
and specifying what action to take in case of failure.
| |
Extract(String, String, String, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning the defaultValue if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
Extract(ExtractionCursor, List String , String, ActionType) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning an empty string if they cannot be found,
and specifying what action to take in case of failure.
| |
Extract(ExtractionCursor, List String , String, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning an empty string if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
Extract(ExtractionCursor, List String , String, String) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning the defaultValue if they cannot be found.
| |
Extract(ExtractionCursor, String, String, ActionType) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found,
and specifying what action to take in case of failure.
| |
Extract(ExtractionCursor, String, String, SearchFlags) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found.
| |
Extract(ExtractionCursor, String, String, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
Extract(ExtractionCursor, String, String, String) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning the defaultValue if they cannot be found.
| |
Extract(ExtractionCursor, List String , String, ActionType, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning an empty string if they cannot be found,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
| |
Extract(ExtractionCursor, List String , String, String, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified list of before and after string objects -
returning the defaultValue if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
Extract(ExtractionCursor, String, String, ActionType, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found,
specifying whether the search will be case-sensitive,
and specifying what action to take in case of failure.
| |
Extract(ExtractionCursor, String, String, SearchFlags, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning an empty string if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
Extract(ExtractionCursor, String, String, String, Boolean) |
Extracts text from the response content - everything between (but not including)
the specified before and after string objects -
returning the defaultValue if they cannot be found,
and specifying whether the search will be case-sensitive.
|
See Also