Class DirectTCPSocketChunkError

java.lang.Object
org.openqa.selenium.devtools.v137.network.model.DirectTCPSocketChunkError

@Beta public class DirectTCPSocketChunkError extends Object
Fired when there is an error when writing to tcp direct socket stream. For example, if user writes illegal type like string instead of ArrayBuffer or ArrayBufferView. There's no reporting for reading, because we cannot know errors on the other side.
  • Constructor Details

  • Method Details

    • getIdentifier

      public RequestId getIdentifier()
    • getErrorMessage

      public String getErrorMessage()
    • getTimestamp

      public MonotonicTime getTimestamp()