| Package | Description |
|---|---|
| com.github.loyada.jdollarx |
main package for defining Path DOM elements and browser interaction
|
| Modifier and Type | Method and Description |
|---|---|
NPath |
NPath.NPathBuilder.occurrencesOf(Path path) |
| Modifier and Type | Method and Description |
|---|---|
static ElementProperty |
ElementProperties.isAfter(NPath nPath)
Element is after at-least/at-most/exactly the given number of the given element.
|
static ElementProperty |
ElementProperties.isAfterSibling(NPath nPath)
Element is a sibling of the at-least/at-most/exactly n elements given, and appears after them.
|
static ElementProperty |
ElementProperties.isBefore(NPath nPath)
Element is before at-least/at-most/exactly the given number of the given element.
|
static ElementProperty |
ElementProperties.isBeforeSibling(NPath nPath)
Element is a sibling of the at-least/at-most/exactly n elements given, and appears before them.
|
Copyright © 2019. All rights reserved.