struct Protocol::DOM::PerformSearch
- Protocol::DOM::PerformSearch
- Struct
- Value
- Object
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
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/dom.crConstructors
Instance Method Summary
-
#result_count : Int::Primitive
Number of search results.
-
#search_id : String
Unique search session identifier.