struct Protocol::DOM::PerformSearch

Overview

Searches for a given string in the DOM tree. Use getSearchResults to access search results or cancelSearch to end this search session.

Included Modules

Defined in:

protocol/dom.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def result_count : Int::Primitive #

Number of search results.


[View source]
def search_id : String #

Unique search session identifier.


[View source]