Package | Description |
---|---|
org.safs.cukes.ai.selenium | |
org.safs.selenium.webdriver.lib |
Modifier and Type | Method and Description |
---|---|
static org.openqa.selenium.WebElement |
AISearchBase.getFirstIFrame(RemoteDriver selenium)
Deprecated.
please use
AISearchBase.initializeFrames(WebDriver) instead. |
Modifier and Type | Method and Description |
---|---|
static RemoteDriver |
RemoteDriver.instance(java.net.URL selenium_server_url,
org.openqa.selenium.remote.DesiredCapabilities capabilities)
Connect to a remote selenium standalone server.
We will also parse the URL to attempt to connect to a SAFS Selenium RMI Server on RMI-SERVER-HOST. The RMI-SERVER-HOST can be: 1. |
Modifier and Type | Method and Description |
---|---|
static void |
WDLibrary.RBT.click(RemoteDriver rd,
java.awt.Point location,
org.openqa.selenium.Keys specialKey,
int mouseButtonNumber,
int nclicks)
Use Robot to click locally or remotely (through RMI).
|
static java.lang.Object |
WDLibrary.RBT.inputChars(RemoteDriver rd,
java.lang.String chars)
Type keyboard input characters unmodified.
|
static java.lang.Object |
WDLibrary.RBT.inputKeys(RemoteDriver rd,
java.lang.String keys)
Type keyboard input.
|
static boolean |
WDLibrary.RBT.keyPress(RemoteDriver rd,
int keycode)
Press down a Key locally if the RemoteDriver 'rd' is null or is local;
otherwise if the RemoteDriver 'rd' is remote, then press down a key remotely.
|
static boolean |
WDLibrary.RBT.keyRelease(RemoteDriver rd,
int keycode)
Release a Key locally if the RemoteDriver 'rd' is null or is local;
otherwise if the RemoteDriver 'rd' is remote, then release a key remotely.
|
static boolean |
WDLibrary.RBT.mouseWheel(RemoteDriver rd,
int wheelAmt)
Scroll the mouse wheel by Java Robot.
The scroll happens locally if the RemoteDriver 'rd' is null or is local; otherwise if the RemoteDriver 'rd' is remote, then it happens remotely. |
Copyright © SAS Institute. All Rights Reserved.