Class ConsoleProfileFinished
- java.lang.Object
-
- org.openqa.selenium.devtools.profiler.model.ConsoleProfileFinished
-
public class ConsoleProfileFinished extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConsoleProfileFinished(java.lang.String id, Location location, Profile profile, java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Location
getLocation()
Profile
getProfile()
java.lang.String
getTitle()
void
setTitle(java.lang.String title)
-