| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
List<SearchMatch> |
Debugger.searchInContent(String scriptId,
String query)
Searches for given string in script content.
|
List<SearchMatch> |
Debugger.searchInContent(String scriptId,
String query,
Boolean caseSensitive,
Boolean isRegex)
Searches for given string in script content.
|
List<SearchMatch> |
Page.searchInResource(String frameId,
String url,
String query)
Searches for given string in resource content.
|
List<SearchMatch> |
Page.searchInResource(String frameId,
String url,
String query,
Boolean caseSensitive,
Boolean isRegex)
Searches for given string in resource content.
|
List<SearchMatch> |
Network.searchInResponseBody(String requestId,
String query)
Searches for given string in response content.
|
List<SearchMatch> |
Network.searchInResponseBody(String requestId,
String query,
Boolean caseSensitive,
Boolean isRegex)
Searches for given string in response content.
|
Copyright © 2020. All rights reserved.