Class WebErrorImpl

java.lang.Object
com.microsoft.playwright.impl.WebErrorImpl
All Implemented Interfaces:
WebError

public class WebErrorImpl extends Object implements WebError
  • Field Details

    • page

      private final PageImpl page
    • error

      private final String error
  • Constructor Details

  • Method Details

    • page

      public PageImpl page()
      Description copied from interface: WebError
      The page that produced this unhandled exception, if any.
      Specified by:
      page in interface WebError
    • error

      public String error()
      Description copied from interface: WebError
      Unhandled error that was thrown.
      Specified by:
      error in interface WebError