Class InstallabilityError

java.lang.Object
org.openqa.selenium.devtools.v85.page.model.InstallabilityError

@Beta public class InstallabilityError extends Object
The installability error
  • Constructor Details

  • Method Details

    • getErrorId

      public String getErrorId()
      The error id (e.g. 'manifest-missing-suitable-icon').
    • getErrorArguments

      public List<InstallabilityErrorArgument> getErrorArguments()
      The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).