-
public final class SearchInResourceRequestRequest object containing input parameters for the PageDomain.searchInResource command.
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Booleancomponent4()final Booleancomponent5()final SearchInResourceRequestcopy(String frameId, String url, String query, Boolean caseSensitive, Boolean isRegex)final StringgetFrameId()Frame id for resource to search in. final StringgetUrl()URL of the resource to search in. final StringgetQuery()String to search for. final BooleangetCaseSensitive()If true, search is case sensitive. final BooleangetIsRegex()If true, treats string parameter as regex. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final Boolean component4()
-
component5
final Boolean component5()
-
copy
final SearchInResourceRequest copy(String frameId, String url, String query, Boolean caseSensitive, Boolean isRegex)
-
getFrameId
final String getFrameId()
Frame id for resource to search in.
-
getCaseSensitive
final Boolean getCaseSensitive()
If true, search is case sensitive.
-
getIsRegex
final Boolean getIsRegex()
If true, treats string parameter as regex.
-
-
-
-