|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSoupFinder | |
|---|---|
| com.atlassian.confluence.it.jsoup | Wrapper classes around the JSoup parser in order to add CSS selector support. |
| Uses of JSoupFinder in com.atlassian.confluence.it.jsoup |
|---|
| Methods in com.atlassian.confluence.it.jsoup that return JSoupFinder | |
|---|---|
JSoupFinder |
JSoupFinder.byAttribute(java.lang.String attributeName,
java.lang.String attrValue)
|
JSoupFinder |
JSoupFinder.byCellType(java.lang.String type)
|
JSoupFinder |
JSoupFinder.byClassName(java.lang.String className)
|
JSoupFinder |
JSoupFinder.byCss(java.lang.String cssSelector)
|
JSoupFinder |
JSoupFinder.byDataAttribute(java.lang.String attributeName,
java.lang.String attrValue)
|
JSoupFinder |
JSoupFinder.byId(java.lang.String id)
|
JSoupFinder |
JSoupFinder.byTagName(java.lang.String tagName)
|
JSoupFinder |
JSoupTester.findByCss(java.lang.String cssQuery)
|
JSoupFinder |
JSoupTester.findById(java.lang.String id)
|
JSoupFinder |
JSoupFinder.get(int i)
|
JSoupFinder |
JSoupTester.global()
|
JSoupFinder |
JsoupTable.headerRow()
|
JSoupFinder |
JsoupTable.root()
|
| Methods in com.atlassian.confluence.it.jsoup that return types with arguments of type JSoupFinder | |
|---|---|
java.lang.Iterable<JSoupFinder> |
JsoupTable.allRows()
|
java.util.Iterator<JSoupFinder> |
JSoupFinder.iterator()
|
| Methods in com.atlassian.confluence.it.jsoup with parameters of type JSoupFinder | |
|---|---|
static void |
JSoupAssertions.assertDoesNotExist(JSoupFinder finder)
|
static void |
JSoupAssertions.assertExists(JSoupFinder finder)
|
static void |
JSoupAssertions.assertHasText(JSoupFinder finder,
java.lang.String text)
|
| Constructors in com.atlassian.confluence.it.jsoup with parameters of type JSoupFinder | |
|---|---|
JsoupTable(JSoupFinder root)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||