Class PageAssertionsImpl

java.lang.Object
com.microsoft.playwright.impl.AssertionsBase
com.microsoft.playwright.impl.PageAssertionsImpl
All Implemented Interfaces:
PageAssertions

public class PageAssertionsImpl extends AssertionsBase implements PageAssertions
  • Field Details

    • actualPage

      private final PageImpl actualPage
  • Constructor Details

    • PageAssertionsImpl

      public PageAssertionsImpl(Page page)
    • PageAssertionsImpl

      private PageAssertionsImpl(Page page, boolean isNot)
  • Method Details