| Package | Description |
|---|---|
| com.github.loyada.jdollarx |
main package for defining Path DOM elements and browser interaction
|
| com.github.loyada.jdollarx.singlebrowser |
Simplified API for interaction with a single instance of browser
|
| Modifier and Type | Field and Description |
|---|---|
static BasicPath |
BasicPath.anchor
An anchor(or "a") element
|
static BasicPath |
BasicPath.body |
static BasicPath |
BasicPath.button |
static BasicPath |
BasicPath.canvas |
static BasicPath |
BasicPath.div |
static BasicPath |
BasicPath.element
Any element
|
static BasicPath |
BasicPath.form |
static BasicPath |
BasicPath.header
Any header element
|
static BasicPath |
BasicPath.header1 |
static BasicPath |
BasicPath.header2 |
static BasicPath |
BasicPath.header3 |
static BasicPath |
BasicPath.header4 |
static BasicPath |
BasicPath.header5 |
static BasicPath |
BasicPath.header6 |
static BasicPath |
BasicPath.html |
static BasicPath |
BasicPath.iframe |
static BasicPath |
BasicPath.image |
static BasicPath |
BasicPath.input |
static BasicPath |
BasicPath.label |
static BasicPath |
BasicPath.listItem
An "li" element
|
static BasicPath |
BasicPath.option |
static BasicPath |
BasicPath.section |
static BasicPath |
BasicPath.select |
static BasicPath |
BasicPath.span |
static BasicPath |
BasicPath.svg |
static BasicPath |
BasicPath.table |
static BasicPath |
BasicPath.td |
static BasicPath |
BasicPath.th |
static BasicPath |
BasicPath.title |
static BasicPath |
BasicPath.tr |
static BasicPath |
BasicPath.unorderedList
An "ul" element
|
| Modifier and Type | Method and Description |
|---|---|
BasicPath |
BasicPath.PathBuilder.build() |
static BasicPath |
BasicPath.customElement(String el)
Create a custom element Path using a simple API instead of the builder pattern.
|
static BasicPath |
BasicPath.customNameSpaceElement(String el) |
| Modifier and Type | Method and Description |
|---|---|
void |
Operations.ReleaseKey.on(BasicPath path)
release a key on a specific element in the browser
|
| Constructor and Description |
|---|
SingleBrowserPath(BasicPath path) |
Copyright © 2019. All rights reserved.