Class BindingCalled

java.lang.Object
org.openqa.selenium.devtools.v85.runtime.model.BindingCalled

@Beta public class BindingCalled extends Object
Notification is issued every time when binding is called.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getPayload

      public String getPayload()
    • getExecutionContextId

      public ExecutionContextId getExecutionContextId()
      Identifier of the context where the call was made.