Package org.openqa.selenium.bidi.log
Class StackFrame
java.lang.Object
org.openqa.selenium.bidi.log.StackFrame
-
Constructor Summary
ConstructorsConstructorDescriptionStackFrame
(String scriptUrl, String function, int lineNumber, int columnNumber) -
Method Summary
Modifier and TypeMethodDescriptionstatic StackFrame
fromJson
(org.openqa.selenium.json.JsonInput input) int
int
getUrl()
-
Constructor Details
-
StackFrame
-
-
Method Details
-
getUrl
-
getFunctionName
-
getLineNumber
public int getLineNumber() -
getColumnNumber
public int getColumnNumber() -
fromJson
-