Class ConsoleProfileStarted

java.lang.Object
org.openqa.selenium.devtools.v122.profiler.model.ConsoleProfileStarted

public class ConsoleProfileStarted extends Object
Sent when new profile recording is started using console.profile() call.
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getLocation

      public Location getLocation()
      Location of console.profile().
    • getTitle

      public Optional<String> getTitle()
      Profile title passed as an argument to console.profile().