Class BindingCalled
java.lang.Object
org.openqa.selenium.devtools.v140.runtime.model.BindingCalled
Notification is issued every time when binding is called.
- 
Constructor Summary
ConstructorsConstructorDescriptionBindingCalled(String name, String payload, ExecutionContextId executionContextId)  - 
Method Summary
 
- 
Constructor Details
- 
BindingCalled
 
 - 
 - 
Method Details
- 
getName
 - 
getPayload
 - 
getExecutionContextId
Identifier of the context where the call was made. 
 -