Class TypeObject
- java.lang.Object
-
- org.openqa.selenium.devtools.v102.profiler.model.TypeObject
-
@Beta public class TypeObject extends java.lang.ObjectDescribes a type collected during runtime.
-
-
Constructor Summary
Constructors Constructor Description TypeObject(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Name of a type collected with type profiling.
-