Uses of Interface
org.apache.wiki.pages.Page
-
Packages that use Page Package Description org.apache.wiki.pages Entry point for JSPWiki's Page Objects.org.apache.wiki.pages.haddock JSPWiki Haddock's Page Objects. -
-
Uses of Page in org.apache.wiki.pages
Methods in org.apache.wiki.pages with type parameters of type Page Modifier and Type Method Description <T extends Page>
TPageBuilder. openAs(T page)Sets up Selenide and opens the requested URL, allowing chaining additional operations over the givenPageinstance. -
Uses of Page in org.apache.wiki.pages.haddock
Subinterfaces of Page in org.apache.wiki.pages.haddock Modifier and Type Interface Description interfaceHaddockPageClasses in org.apache.wiki.pages.haddock that implement Page Modifier and Type Class Description classEditWikiPageActions available on the Edit page.classLoginPageActions available on the Login page.classSearchResultsPageActions available on the Search Results page.classViewWikiPageActions available on the View page.
-