Class SearchMatch
- java.lang.Object
-
- org.openqa.selenium.devtools.network.model.SearchMatch
-
public class SearchMatch extends java.lang.Object
Search match for resource
-
-
Constructor Summary
Constructors Constructor Description SearchMatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLineContent()
java.lang.Double
getLineNumber()
void
setLineContent(java.lang.String lineContent)
void
setLineNumber(java.lang.Double lineNumber)
-