Table of Contents

Class FindAction

Namespace
Glitch9.AIDevKit
public class FindAction : WebSearchAction
Inheritance
object
FindAction
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