Class AppManifestError

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

public class AppManifestError extends Object
Error while paring app manifest.
  • Constructor Details

  • Method Details

    • getMessage

      public String getMessage()
      Error message.
    • getCritical

      public Integer getCritical()
      If criticial, this is a non-recoverable parse error.
    • getLine

      public Integer getLine()
      Error line.
    • getColumn

      public Integer getColumn()
      Error column.