Package | Description |
---|---|
com.atlassian.confluence.it.jsoup |
Wrapper classes around the JSoup parser in order to add CSS selector support.
|
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.assertDoesNotExist(JSoupFinder finder) |
static void |
JSoupAssertions.assertExists(JSoupFinder finder) |
static void |
JSoupAssertions.assertHasText(JSoupFinder finder,
String text) |
Constructor and Description |
---|
JsoupTable(JSoupFinder root) |
Copyright © 2003–2017 Atlassian. All rights reserved.