Response Find Method C# API
Overload List

  NameDescription
Public methodFind(ExtractionCursor, String)
Finds the specified text within this Response.
Public methodFind(ExtractionCursor, String, ActionType)
Finds the specified text within this Response, specifying what action to take in case of failure.
Public methodFind(ExtractionCursor, String, Boolean)
Finds the specified text within this Response, specifying whether the search will be case-sensitive.
Public methodFind(ExtractionCursor, String, ActionType, Boolean)
Finds the specified text within this Response, specifying whether the search will be case-sensitive, and what action to take in case of failure.
Back to Top
See Also