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 givenPage
instance. -
Uses of Page in org.apache.wiki.pages.haddock
Subinterfaces of Page in org.apache.wiki.pages.haddock Modifier and Type Interface Description interface
HaddockPage
Classes in org.apache.wiki.pages.haddock that implement Page Modifier and Type Class Description class
EditWikiPage
Actions available on the Edit page.class
LoginPage
Actions available on the Login page.class
SearchResultsPage
Actions available on the Search Results page.class
ViewWikiPage
Actions available on the View page.
-