| 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 | Method and Description |
|---|---|
void |
Operations.ReleaseKey.on(BasicPath path)
release a key on a specific element in the browser
|
void |
Operations.KeysDown.on(Path path)
Send key-down to an element in the browser
|
void |
Operations.DragAndDrop.to(Integer x,
Integer y)
drag and drop to the given coordinates
|
void |
Operations.KeysSender.to(Path path)
Send keys to a specific element in the browser
|
void |
Operations.DragAndDrop.to(Path target)
drag and drop to the given element's location
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleBrowserPath.sendKeys(CharSequence... charsToSend)
send keys to element
|
Copyright © 2018. All rights reserved.