Class ExecutionContextDescription

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

public class ExecutionContextDescription extends Object
Description of an isolated world.
  • Constructor Details

  • Method Details

    • getId

      public ExecutionContextId getId()
      Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
    • getOrigin

      public String getOrigin()
      Execution context origin.
    • getName

      public String getName()
      Human readable name describing given context.
    • getAuxData

      public Optional<Map<String,Object>> getAuxData()
      Embedder-specific auxiliary data.