Class FindAction
public class FindAction : WebSearchAction
- Inheritance
-
objectFindAction
- Inherited Members
Properties
Pattern
Required. The pattern or text to search for within the page.
public string Pattern { get; set; }
Property Value
- string
Url
Required. The URL of the page searched for the pattern.
public string Url { get; set; }
Property Value
- string