public class PageView extends Object
Constructor and Description |
---|
PageView(ConfluenceSeleniumClient client) |
Modifier and Type | Method and Description |
---|---|
void |
assertIsViewing(LinkableContent linkableContent)
Returns true if the window is on the view screen for the passed Page.
|
void |
clickOnEmbeddedImageLink()
Clicks on an embedded image link and waits for the page to load
|
String |
getContent() |
String |
getEvalOnContent(String javascript)
Executes a javascript expression to return a value.
|
String |
getNormalisedContent()
Returns a version of
getContent() that should be the same in all browsers. |
String |
getTitle() |
public PageView(ConfluenceSeleniumClient client)
public void assertIsViewing(LinkableContent linkableContent)
public String getEvalOnContent(String javascript)
public String getContent()
public String getNormalisedContent()
getContent()
that should be the same in all browsers.
The content is:
public void clickOnEmbeddedImageLink()
public String getTitle()
Copyright © 2003–2018 Atlassian. All rights reserved.