Uses of Class
org.openqa.selenium.devtools.v107.profiler.model.TypeObject
-
Packages that use TypeObject Package Description org.openqa.selenium.devtools.v107.profiler.model -
-
Uses of TypeObject in org.openqa.selenium.devtools.v107.profiler.model
Methods in org.openqa.selenium.devtools.v107.profiler.model that return types with arguments of type TypeObject Modifier and Type Method Description java.util.List<TypeObject>TypeProfileEntry. getTypes()The types for this parameter or return value.Constructor parameters in org.openqa.selenium.devtools.v107.profiler.model with type arguments of type TypeObject Constructor Description TypeProfileEntry(java.lang.Integer offset, java.util.List<TypeObject> types)
-