Package org.apache.wiki.pages
Class PageBuilder
java.lang.Object
org.apache.wiki.pages.PageBuilder
public class PageBuilder extends java.lang.Object
Builder for
Page
Objects.-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
openAs
Sets up Selenide and opens the requested URL, allowing chaining additional operations over the givenPage
instance.- Parameters:
page
-Page
instance, in order to allow chaining operations.- Returns:
Page
instance given on thePageBuilder
constructor.
-