public interface Page
https://selenide.gitbooks.io/user-guide/content/en/pageobjects.html
Modifier and Type | Method and Description |
---|---|
static String |
baseUrl()
returns the base URL on which the tests are run.
|
static File |
download(String url) |
default String |
title()
returns the actual page title.
|
default String |
url()
returns the actual URL.
|
String |
wikiPageContent()
returns page's wiki content.
|
String |
wikiTitle()
returns page's wiki title.
|
static PageBuilder |
withUrl(String url)
Creates a new
PageBuilder in order to customize page creation. |
static PageBuilder withUrl(String url)
PageBuilder
in order to customize page creation.url
- url to open in the browser.PageBuilder
instance to allow page creation customization.static String baseUrl()
static File download(String url) throws IOException
IOException
String wikiPageContent()
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.