java.lang.Object
org.openqa.selenium.devtools.v85.profiler.model.TypeObject

@Beta public class TypeObject extends Object
Describes a type collected during runtime.
  • Constructor Details

    • TypeObject

      public TypeObject(String name)
  • Method Details

    • getName

      public String getName()
      Name of a type collected with type profiling.