Class BindingCalled
- java.lang.Object
-
- org.openqa.selenium.devtools.v100.runtime.model.BindingCalled
-
@Beta public class BindingCalled extends java.lang.Object
Notification is issued every time when binding is called.
-
-
Constructor Summary
Constructors Constructor Description BindingCalled(java.lang.String name, java.lang.String payload, ExecutionContextId executionContextId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionContextId
getExecutionContextId()
Identifier of the context where the call was made.java.lang.String
getName()
java.lang.String
getPayload()
-
-
-
Constructor Detail
-
BindingCalled
public BindingCalled(java.lang.String name, java.lang.String payload, ExecutionContextId executionContextId)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getPayload
public java.lang.String getPayload()
-
getExecutionContextId
public ExecutionContextId getExecutionContextId()
Identifier of the context where the call was made.
-
-