Class Paused
java.lang.Object
org.openqa.selenium.devtools.v125.debugger.model.Paused
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionPaused(List<CallFrame> callFrames, Paused.Reason reason, Optional<Map<String, Object>> data, Optional<List<String>> hitBreakpoints, Optional<StackTrace> asyncStackTrace, Optional<StackTraceId> asyncStackTraceId, Optional<StackTraceId> asyncCallStackTraceId)  - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Async stack trace, if any.Async stack trace, if any.Call stack the virtual machine stopped on.getData()Object containing break-specific auxiliary properties.Hit breakpoints IDsPause reason. 
- 
Constructor Details
- 
Paused
public Paused(List<CallFrame> callFrames, Paused.Reason reason, Optional<Map<String, Object>> data, Optional<List<String>> hitBreakpoints, Optional<StackTrace> asyncStackTrace, Optional<StackTraceId> asyncStackTraceId, Optional<StackTraceId> asyncCallStackTraceId)  
 - 
 - 
Method Details
- 
getCallFrames
Call stack the virtual machine stopped on. - 
getReason
Pause reason. - 
getData
Object containing break-specific auxiliary properties. - 
getHitBreakpoints
Hit breakpoints IDs - 
getAsyncStackTrace
Async stack trace, if any. - 
getAsyncStackTraceId
Async stack trace, if any. - 
getAsyncCallStackTraceId
Deprecated.Never present, will be removed. 
 -