Class ConsoleProfileFinished

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

public class ConsoleProfileFinished extends Object
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getLocation

      public Location getLocation()
      Location of console.profileEnd().
    • getProfile

      public Profile getProfile()
    • getTitle

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