| Package | Description |
|---|---|
| com.atlassian.confluence | |
| com.atlassian.confluence.it.jsoup |
Wrapper classes around the JSoup parser in order to add CSS selector support.
|
| com.atlassian.confluence.plugins.macros.advanced |
| Modifier and Type | Method and Description |
|---|---|
protected JSoupFinder |
AbstractConfluenceAcceptanceTest.getBodyContentViewById(long pageId)
Deprecated.
|
protected JSoupFinder |
AbstractConfluenceAcceptanceTest.getBodyContentViewById(User user,
long pageId)
Deprecated.
|
protected JSoupFinder |
AbstractConfluenceAcceptanceTest.getBodyContentViewByIdAndVersion(User user,
long contentId,
int version)
Deprecated.
|
protected JSoupFinder |
AbstractConfluenceAcceptanceTest.getBodyContentViewBySpaceAndTitle(String spaceKey,
String title)
Deprecated.
|
protected JSoupFinder |
AbstractConfluenceAcceptanceTest.getBodyContentViewBySpaceAndTitle(User user,
String spaceKey,
String title)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConfluenceAcceptanceTest.simulateClickLinkWithText(JSoupFinder finder,
String text)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JSoupFinder |
JSoupFinder.byAttribute(String attributeName,
String attrValue) |
JSoupFinder |
JSoupFinder.byCellType(String type) |
JSoupFinder |
JSoupFinder.byClassName(String className) |
JSoupFinder |
JSoupFinder.byCss(String cssSelector) |
JSoupFinder |
JSoupFinder.byDataAttribute(String attributeName,
String attrValue) |
JSoupFinder |
JSoupFinder.byId(String id) |
JSoupFinder |
JSoupFinder.byTagName(String tagName) |
JSoupFinder |
JSoupTester.findByCss(String cssQuery) |
JSoupFinder |
JSoupTester.findById(String id) |
JSoupFinder |
JSoupFinder.get(int i) |
JSoupFinder |
JSoupTester.global() |
JSoupFinder |
JsoupTable.headerRow() |
JSoupFinder |
JsoupTable.root() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<JSoupFinder> |
JsoupTable.allRows() |
Iterator<JSoupFinder> |
JSoupFinder.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JSoupAssertions.assertButtonPresentWithText(JSoupFinder finder,
String text) |
static void |
JSoupAssertions.assertDoesNotExist(JSoupFinder finder) |
static void |
JSoupAssertions.assertExists(JSoupFinder finder) |
static void |
JSoupAssertions.assertHTMLTextNotPresent(JSoupFinder finder,
String textHTML) |
static void |
JSoupAssertions.assertHTMLTextPresent(JSoupFinder finder,
String textHTML) |
static void |
JSoupAssertions.assertLinkNotPresentWithText(JSoupFinder finder,
String text) |
static void |
JSoupAssertions.assertLinkPresentWithHref(JSoupFinder finder,
String href) |
static void |
JSoupAssertions.assertLinkPresentWithText(JSoupFinder finder,
String text) |
static void |
JSoupAssertions.assertLinkPresentWithText(JSoupFinder finder,
String text,
int index) |
static void |
JSoupAssertions.assertLinkPresentWithTextAndContainsHref(JSoupFinder finder,
String text,
String href) |
static void |
JSoupAssertions.assertNotExists(JSoupFinder finder) |
static void |
JSoupAssertions.assertTextNotPresent(JSoupFinder finder,
String text) |
static void |
JSoupAssertions.assertTextPresent(JSoupFinder finder,
String text) |
| Constructor and Description |
|---|
JsoupTable(JSoupFinder root) |
| Modifier and Type | Method and Description |
|---|---|
protected JSoupFinder |
AbstractBaseExcerptsAcceptanceTest.excerptSetupAndBasicChecks(long parentId) |
Copyright © 2003–2017 Atlassian. All rights reserved.