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 givenPageinstance.- Parameters:
page-Pageinstance, in order to allow chaining operations.- Returns:
Pageinstance given on thePageBuilderconstructor.
-