Class CrashReportContextEntry

java.lang.Object
org.openqa.selenium.devtools.v150.crashreportcontext.model.CrashReportContextEntry

public class CrashReportContextEntry extends Object
Key-value pair in CrashReportContext.
  • Constructor Details

    • CrashReportContextEntry

      public CrashReportContextEntry(String key, String value, FrameId frameId)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • getFrameId

      public FrameId getFrameId()
      The ID of the frame where the key-value pair was set.