A B C D E F G H I J K L M O P R S T U V W Z 
All Classes All Packages

A

addToSelection() - Method in class FlaNium.WinAPI.elements.TabItem
Adds the element to the selection.
addToSelection() - Method in class FlaNium.WinAPI.elements.TreeItem
Add the element to the selection.
addToSelection(int) - Method in class FlaNium.WinAPI.elements.Grid
Add a row to the selection by index.
addToSelection(int) - Method in class FlaNium.WinAPI.elements.ListBox
Add a row to the selection by index.
addToSelection(int, String) - Method in class FlaNium.WinAPI.elements.Grid
Add a row to the selection by text in the given column.
addToSelection(String) - Method in class FlaNium.WinAPI.elements.ListBox
Add a row to the selection by text.
addToSelection(LocalDateTime) - Method in class FlaNium.WinAPI.elements.Calendar
For WPF calendar with SelectionMode="MultipleRange" this method adds the specified date to current selection.
APP_ARGS - FlaNium.WinAPI.property.PropertyList.App
 
APP_PATH - FlaNium.WinAPI.property.PropertyList.App
 
APP_RESPONSE_TIMEOUT - FlaNium.WinAPI.property.PropertyList.App
 

B

BasePoint - Enum in FlaNium.WinAPI.enums
 
BMP - FlaNium.WinAPI.enums.ImageFormat
 
BOTTOM_LEFT - FlaNium.WinAPI.enums.BasePoint
 
BOTTOM_RIGHT - FlaNium.WinAPI.enums.BasePoint
 
build() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
Creates a new FlaNiumDriverService to manage the FlaNium Desktop Driver server.
Builder() - Constructor for class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
 
Button - Class in FlaNium.WinAPI.elements
 
Button(WebElement) - Constructor for class FlaNium.WinAPI.elements.Button
 

C

Calendar - Class in FlaNium.WinAPI.elements
 
Calendar(WebElement) - Constructor for class FlaNium.WinAPI.elements.Calendar
 
callValueCommand(String, int) - Method in class FlaNium.WinAPI.DesktopElement
 
callValueCommand(String, int, int) - Method in class FlaNium.WinAPI.DesktopElement
 
callValueCommand(String, int, String) - Method in class FlaNium.WinAPI.DesktopElement
 
callValueCommand(String, int, String, int) - Method in class FlaNium.WinAPI.DesktopElement
 
callValueCommand(String, String) - Method in class FlaNium.WinAPI.DesktopElement
 
callValueCommand(String, LocalDateTime) - Method in class FlaNium.WinAPI.DesktopElement
 
callVoidCommand(String) - Method in class FlaNium.WinAPI.DesktopElement
 
castTo() - Method in class FlaNium.WinAPI.DesktopElement
Cast DesktopElement to a Typed Element.
cells() - Method in class FlaNium.WinAPI.elements.GridRow
Gets all the cells from the row.
CENTER - FlaNium.WinAPI.enums.BasePoint
 
CENTER_BOTTOM - FlaNium.WinAPI.enums.BasePoint
 
CENTER_LEFT - FlaNium.WinAPI.enums.BasePoint
 
CENTER_RIGHT - FlaNium.WinAPI.enums.BasePoint
 
CENTER_TOP - FlaNium.WinAPI.enums.BasePoint
 
changeProcess(String, int) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Attaches to the first process found by name.
CheckBox - Class in FlaNium.WinAPI.elements
 
CheckBox(WebElement) - Constructor for class FlaNium.WinAPI.elements.CheckBox
 
clickAndClear() - Method in class FlaNium.WinAPI.CoordinateElement
 
clickToElementPoint(BasePoint, int, int) - Method in class FlaNium.WinAPI.CoordinateElement
 
close() - Method in class FlaNium.WinAPI.elements.Window
Closes the window.
closeButton() - Method in class FlaNium.WinAPI.elements.TitleBar
Gets the close button element.
collapse() - Method in class FlaNium.WinAPI.elements.ComboBox
Collapses the element.
collapse() - Method in class FlaNium.WinAPI.elements.MenuItem
 
collapse() - Method in class FlaNium.WinAPI.elements.TreeItem
Collapses the element.
COLLAPSED - FlaNium.WinAPI.elements.enums.ExpandCollapseState
No children are visible.
COLUMN_MAJOR - FlaNium.WinAPI.elements.enums.RowOrColumnMajor
Data in the table should be read column by column.
columnCount() - Method in class FlaNium.WinAPI.elements.Grid
Gets the total column count.
columnHeaders() - Method in class FlaNium.WinAPI.elements.Grid
Gets all column header elements.
columns() - Method in class FlaNium.WinAPI.elements.GridHeader
Gets all header items from the grid header.
ComboBox - Class in FlaNium.WinAPI.elements
 
ComboBox(WebElement) - Constructor for class FlaNium.WinAPI.elements.ComboBox
 
ComboBoxItem - Class in FlaNium.WinAPI.elements
 
ComboBoxItem(WebElement) - Constructor for class FlaNium.WinAPI.elements.ComboBoxItem
 
CONNECT_TO_RUNNING_APP - FlaNium.WinAPI.property.PropertyList.App
 
containingGrid() - Method in class FlaNium.WinAPI.elements.GridCell
Gets the grid that contains this cell.
containingRow() - Method in class FlaNium.WinAPI.elements.GridCell
Gets the row that contains this cell.
containsValue(String) - Static method in enum FlaNium.WinAPI.property.PropertyList.App
 
containsValue(String) - Static method in enum FlaNium.WinAPI.property.PropertyList.Driver
 
contextMenu() - Method in class FlaNium.WinAPI.elements.Window
Gets the context menu for the window.
CoordinateElement - Class in FlaNium.WinAPI
 
CoordinateElement(DesktopElement, BasePoint, int, int, int, int) - Constructor for class FlaNium.WinAPI.CoordinateElement
 
CoordinateElement(FlaNiumDriver, int, int, int, int) - Constructor for class FlaNium.WinAPI.CoordinateElement
 
createArgs() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
 
createDriverService(File, int, Duration, List<String>, Map<String, String>) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
 
createLocalDateTimeFromResponse(Response) - Method in class FlaNium.WinAPI.DesktopElement
 
createRemoteWebElementFromResponse(Response) - Method in class FlaNium.WinAPI.DesktopElement
 
createRemoteWebElementsFromResponse(Response) - Method in class FlaNium.WinAPI.DesktopElement
 
CTRL_A - FlaNium.WinAPI.enums.KeyCombination
 
CTRL_A_BACKSPACE - FlaNium.WinAPI.enums.KeyCombination
 
CTRL_A_DELETE - FlaNium.WinAPI.enums.KeyCombination
 
CTRL_C - FlaNium.WinAPI.enums.KeyCombination
 
CTRL_V - FlaNium.WinAPI.enums.KeyCombination
 
CTRL_X - FlaNium.WinAPI.enums.KeyCombination
 

D

DataGridView - Class in FlaNium.WinAPI.elements
 
DataGridView(WebElement) - Constructor for class FlaNium.WinAPI.elements.DataGridView
 
DataGridViewCell - Class in FlaNium.WinAPI.elements
 
DataGridViewCell(WebElement) - Constructor for class FlaNium.WinAPI.elements.DataGridViewCell
 
DataGridViewHeader - Class in FlaNium.WinAPI.elements
 
DataGridViewHeader(WebElement) - Constructor for class FlaNium.WinAPI.elements.DataGridViewHeader
 
DataGridViewHeaderItem - Class in FlaNium.WinAPI.elements
 
DataGridViewHeaderItem(WebElement) - Constructor for class FlaNium.WinAPI.elements.DataGridViewHeaderItem
 
DataGridViewRow - Class in FlaNium.WinAPI.elements
 
DataGridViewRow(WebElement) - Constructor for class FlaNium.WinAPI.elements.DataGridViewRow
 
DateTimePicker - Class in FlaNium.WinAPI.elements
 
DateTimePicker(WebElement) - Constructor for class FlaNium.WinAPI.elements.DateTimePicker
 
decrement() - Method in class FlaNium.WinAPI.elements.Spinner
Performs decrement.
deleteFileOrDirectory(String) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Deletes a file or folder at the specified path.
DesktopElement - Class in FlaNium.WinAPI
 
DesktopElement(WebElement) - Constructor for class FlaNium.WinAPI.DesktopElement
 
DesktopOptions - Class in FlaNium.WinAPI.webdriver
Class to manage options specific to FlaNiumDriver
DesktopOptions() - Constructor for class FlaNium.WinAPI.webdriver.DesktopOptions
 
doubleClickToElementPoint(BasePoint, int, int) - Method in class FlaNium.WinAPI.CoordinateElement
 
drag(Integer, TouchActions.StartEndPoint[], Integer) - Method in class FlaNium.WinAPI.actions.TouchActions
Performs a touch-drag from the start point to the end point.
dragAndDrop(int, int, int, int) - Method in class FlaNium.WinAPI.actions.MouseActions
Drags and drops the mouse from the starting point with the given distance.
dragAndDrop(BasePoint, int, int, int, int) - Method in class FlaNium.WinAPI.actions.ElementMouseActions
Drags and drops the mouse from the starting point (Base point of element bounding rectangle + x, y coordinates) with the given distance.
DRIVER_EXE - FlaNium.WinAPI.property.PropertyList.Driver
 
DRIVER_LOG_FILE - FlaNium.WinAPI.property.PropertyList.Driver
 
DRIVER_PORT - FlaNium.WinAPI.property.PropertyList.Driver
 
DRIVER_REMOTE - FlaNium.WinAPI.property.PropertyList.Driver
 
DRIVER_REMOTE_URL - FlaNium.WinAPI.property.PropertyList.Driver
 
DRIVER_SILENT - FlaNium.WinAPI.property.PropertyList.Driver
 
DRIVER_TIMEOUT - FlaNium.WinAPI.property.PropertyList.Driver
 
DRIVER_VERBOSE - FlaNium.WinAPI.property.PropertyList.Driver
 

E

editableText() - Method in class FlaNium.WinAPI.elements.ComboBox
The text of the editable element inside the combobox.
elementBoundingRectangleToJSONFile(List<WebElement>, String) - Static method in class FlaNium.WinAPI.Sample
 
elementBoundingRectangleToJSONFile(List<WebElement>, String, String) - Static method in class FlaNium.WinAPI.Sample
 
ElementMouseActions - Class in FlaNium.WinAPI.actions
 
ElementMouseActions(DesktopElement) - Constructor for class FlaNium.WinAPI.actions.ElementMouseActions
 
EMF - FlaNium.WinAPI.enums.ImageFormat
 
ENG - FlaNium.WinAPI.enums.KeyboardLayout
 
enter(String) - Method in class FlaNium.WinAPI.elements.TextBox
Simulate typing in text.
exe(String, HashMap<String, Object>) - Method in class FlaNium.WinAPI.DesktopElement
 
execute(String) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
 
execute(String, Map<String, ?>) - Method in class FlaNium.WinAPI.DesktopElement
 
execute(String, Map<String, ?>) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
 
execute(Command) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverCommandExecutor
 
EXIF - FlaNium.WinAPI.enums.ImageFormat
 
expand() - Method in class FlaNium.WinAPI.elements.ComboBox
Expands the element.
expand() - Method in class FlaNium.WinAPI.elements.MenuItem
 
expand() - Method in class FlaNium.WinAPI.elements.TreeItem
Expands the element.
expandCollapseState() - Method in class FlaNium.WinAPI.elements.ComboBox
Gets the ExpandCollapseState of the element.
expandCollapseState() - Method in class FlaNium.WinAPI.elements.TreeItem
Gets the current expand / collapse state.
ExpandCollapseState - Enum in FlaNium.WinAPI.elements.enums
 
EXPANDED - FlaNium.WinAPI.elements.enums.ExpandCollapseState
All children are visible.

F

fileOrDirectoryExists(String) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Checks if a file or folder exists at the specified path.
findCellByText(String) - Method in class FlaNium.WinAPI.elements.GridRow
Find a cell by a given text.
FlaNium - Class in FlaNium.WinAPI
 
FlaNium() - Constructor for class FlaNium.WinAPI.FlaNium
 
FlaNium.WinAPI - package FlaNium.WinAPI
 
FlaNium.WinAPI.actions - package FlaNium.WinAPI.actions
 
FlaNium.WinAPI.elements - package FlaNium.WinAPI.elements
 
FlaNium.WinAPI.elements.enums - package FlaNium.WinAPI.elements.enums
 
FlaNium.WinAPI.enums - package FlaNium.WinAPI.enums
 
FlaNium.WinAPI.exceptions - package FlaNium.WinAPI.exceptions
 
FlaNium.WinAPI.property - package FlaNium.WinAPI.property
 
FlaNium.WinAPI.webdriver - package FlaNium.WinAPI.webdriver
 
FlaNiumDriver - Class in FlaNium.WinAPI.webdriver
 
FlaNiumDriver(FlaNiumDriverService, FlaNiumOptions) - Constructor for class FlaNium.WinAPI.webdriver.FlaNiumDriver
Initializes a new instance of the FlaNiumDriver class using the specified FlaNiumDriverService and options.
FlaNiumDriver(FlaNiumDriverService, DesiredCapabilities) - Constructor for class FlaNium.WinAPI.webdriver.FlaNiumDriver
Initializes a new instance of the FlaNiumDriver class using the specified FlaNiumDriverService and options.
FlaNiumDriver(URL, FlaNiumOptions) - Constructor for class FlaNium.WinAPI.webdriver.FlaNiumDriver
Initializes a new instance of the FlaNiumDriver lass using the specified remote address and options.
FlaNiumDriver(URL, DesiredCapabilities) - Constructor for class FlaNium.WinAPI.webdriver.FlaNiumDriver
Initializes a new instance of the FlaNiumDriver lass using the specified remote address and options.
FlaNiumDriverCommandExecutor - Class in FlaNium.WinAPI.webdriver
DriverCommandExecutor that understands FlaNium Driver specific commands.
FlaNiumDriverCommandExecutor(FlaNiumDriverService) - Constructor for class FlaNium.WinAPI.webdriver.FlaNiumDriverCommandExecutor
 
FlaNiumDriverCommandExecutor(URL) - Constructor for class FlaNium.WinAPI.webdriver.FlaNiumDriverCommandExecutor
 
FlaNiumDriverException - Exception in FlaNium.WinAPI.exceptions
 
FlaNiumDriverException(String) - Constructor for exception FlaNium.WinAPI.exceptions.FlaNiumDriverException
 
FlaNiumDriverException(String, Throwable) - Constructor for exception FlaNium.WinAPI.exceptions.FlaNiumDriverException
 
FlaNiumDriverException(Throwable) - Constructor for exception FlaNium.WinAPI.exceptions.FlaNiumDriverException
 
FlaNiumDriverService - Class in FlaNium.WinAPI.webdriver
 
FlaNiumDriverService(File, int, Duration, List<String>, Map<String, String>) - Constructor for class FlaNium.WinAPI.webdriver.FlaNiumDriverService
 
FlaNiumDriverService.Builder - Class in FlaNium.WinAPI.webdriver
 
FlaNiumOptions - Interface in FlaNium.WinAPI.webdriver
Defines the interface to manage options specific to FlaNiumDriver

G

getActiveWindow() - Method in class FlaNium.WinAPI.DesktopElement
Get the active window.
getActiveWindow() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Get the active window or current root element.
getAttribute(String) - Method in class FlaNium.WinAPI.DesktopElement
Get the value of an element attribute.
getCells() - Method in class FlaNium.WinAPI.elements.DataGridViewRow
+ Gets all cells.
getClipboardText() - Method in class FlaNium.WinAPI.actions.KeyboardActions
Get clipboard text.
getColumns() - Method in class FlaNium.WinAPI.elements.DataGridViewHeader
+ Gets the header items.
getDate() - Method in class FlaNium.WinAPI.elements.DateTimePicker
Gets the selected date in the DateTimePicker.
getElementList(WebDriver) - Static method in class FlaNium.WinAPI.Sample
 
getElementList(WebElement) - Static method in class FlaNium.WinAPI.Sample
 
getElementRect() - Method in class FlaNium.WinAPI.DesktopElement
Get Bounding Rectangle of element.
getEndPoint() - Method in class FlaNium.WinAPI.actions.TouchActions.StartEndPoint
 
getEnum(String) - Static method in enum FlaNium.WinAPI.elements.enums.ExpandCollapseState
 
getEnum(String) - Static method in enum FlaNium.WinAPI.elements.enums.RowOrColumnMajor
 
getEnum(String) - Static method in enum FlaNium.WinAPI.elements.enums.ToggleState
 
getHeader() - Method in class FlaNium.WinAPI.elements.DataGridView
Gets the header element or null if the header is disabled.
getHeader() - Method in class FlaNium.WinAPI.elements.Grid
Gets the header item.
getJpegScreenshotFile() - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the current item.
getJpegScreenshotFileNotForeground() - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the not foreground current item.
getKeyboardLayout() - Method in class FlaNium.WinAPI.actions.KeyboardActions
Get keyboard layout.
getKeyboardLayout(String) - Static method in enum FlaNium.WinAPI.enums.KeyboardLayout
 
getKeyboardLayoutCode() - Method in class FlaNium.WinAPI.actions.KeyboardActions
Get keyboard layout.
getLargeDecreaseButton() - Method in class FlaNium.WinAPI.elements.Slider
 
getLargeIncreaseButton() - Method in class FlaNium.WinAPI.elements.Slider
 
getLayoutCode() - Method in enum FlaNium.WinAPI.enums.KeyboardLayout
 
getName() - Method in class FlaNium.WinAPI.DesktopElement
Getting the "Name" attribute of an element.
getPngScreenshotFile() - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the current item.
getPngScreenshotFileNotForeground() - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the not foreground current item.
getRowByIndex(int) - Method in class FlaNium.WinAPI.elements.Grid
Get a row by index.
getRowByValue(int, String) - Method in class FlaNium.WinAPI.elements.Grid
Get a row by text in the given column.
getRows() - Method in class FlaNium.WinAPI.elements.DataGridView
Gets all the data rows.
getRows() - Method in class FlaNium.WinAPI.elements.Grid
Returns the rows which are currently visible to UIA.
getRowsByValue(int, String, int) - Method in class FlaNium.WinAPI.elements.Grid
Get all rows where the value of the given column matches the given value.
getScreenshot(OutputType<X>, ImageFormat, boolean) - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the current item or the entire screen (if current item is driver).
getScreenshotFile(ImageFormat) - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the current item.
getScreenshotFileNotForeground(ImageFormat) - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the not foreground current item.
getStartPoint() - Method in class FlaNium.WinAPI.actions.TouchActions.StartEndPoint
 
getText() - Method in class FlaNium.WinAPI.elements.TextBox
Gets the text of the element.
getText() - Method in class FlaNium.WinAPI.elements.TreeItem
The text of the "TreeItem".
getTextValue() - Method in class FlaNium.WinAPI.CoordinateElement
 
getThumb() - Method in class FlaNium.WinAPI.elements.Slider
 
getToggleState() - Method in class FlaNium.WinAPI.elements.ToggleButton
Gets the current toggle state.
getValue() - Method in class FlaNium.WinAPI.elements.DataGridViewCell
Gets the value in the cell.
getValue() - Method in enum FlaNium.WinAPI.elements.enums.ToggleState
 
getValue() - Method in class FlaNium.WinAPI.elements.Slider
Gets the current value.
getValue() - Method in class FlaNium.WinAPI.elements.Spinner
Gets the current value.
getValue() - Method in enum FlaNium.WinAPI.property.PropertyList.App
 
getValue() - Method in enum FlaNium.WinAPI.property.PropertyList.Driver
 
getX1() - Method in class FlaNium.WinAPI.actions.TouchActions.StartEndPoint
 
getX2() - Method in class FlaNium.WinAPI.actions.TouchActions.StartEndPoint
 
getXCoordinate(int, int) - Method in enum FlaNium.WinAPI.enums.BasePoint
 
getY1() - Method in class FlaNium.WinAPI.actions.TouchActions.StartEndPoint
 
getY2() - Method in class FlaNium.WinAPI.actions.TouchActions.StartEndPoint
 
getYCoordinate(int, int) - Method in enum FlaNium.WinAPI.enums.BasePoint
 
GIF - FlaNium.WinAPI.enums.ImageFormat
 
Grid - Class in FlaNium.WinAPI.elements
 
Grid(WebElement) - Constructor for class FlaNium.WinAPI.elements.Grid
 
GridCell - Class in FlaNium.WinAPI.elements
 
GridCell(WebElement) - Constructor for class FlaNium.WinAPI.elements.GridCell
 
GridHeader - Class in FlaNium.WinAPI.elements
 
GridHeader(WebElement) - Constructor for class FlaNium.WinAPI.elements.GridHeader
 
GridHeaderItem - Class in FlaNium.WinAPI.elements
 
GridHeaderItem(WebElement) - Constructor for class FlaNium.WinAPI.elements.GridHeaderItem
 
GridRow - Class in FlaNium.WinAPI.elements
 
GridRow(WebElement) - Constructor for class FlaNium.WinAPI.elements.GridRow
 

H

hasAddRow() - Method in class FlaNium.WinAPI.elements.DataGridView
Flag to indicate if the grid has the "Add New Item" row or not.
header() - Method in class FlaNium.WinAPI.elements.GridRow
Gets the header item of the row.
hold(Integer, Point[]) - Method in class FlaNium.WinAPI.actions.TouchActions
Holds the touch on the given points for the given duration.
HorizontalScrollBar - Class in FlaNium.WinAPI.elements
 
HorizontalScrollBar(WebElement) - Constructor for class FlaNium.WinAPI.elements.HorizontalScrollBar
 

I

ICON - FlaNium.WinAPI.enums.ImageFormat
 
ImageFormat - Enum in FlaNium.WinAPI.enums
 
increment() - Method in class FlaNium.WinAPI.elements.Spinner
Performs increment.
INDETERMINATE - FlaNium.WinAPI.elements.enums.RowOrColumnMajor
The best way to present the data is indeterminate.
INDETERMINATE - FlaNium.WinAPI.elements.enums.ToggleState
The UI Automation element is in an indeterminate state.
initDriver() - Static method in class FlaNium.WinAPI.FlaNium
 
initDriver(String) - Static method in class FlaNium.WinAPI.FlaNium
 
initDriverWithoutStartApp() - Static method in class FlaNium.WinAPI.FlaNium
 
initDriverWithoutStartApp(int) - Static method in class FlaNium.WinAPI.FlaNium
 
INJECTION_ACTIVATE - FlaNium.WinAPI.property.PropertyList.App
 
INJECTION_DLL_TYPE - FlaNium.WinAPI.property.PropertyList.App
 
inputTextValue(String) - Method in class FlaNium.WinAPI.CoordinateElement
 
invoke() - Method in class FlaNium.WinAPI.elements.Button
Invokes the element.
invoke() - Method in class FlaNium.WinAPI.elements.MenuItem
Invokes the element.
isChecked() - Method in class FlaNium.WinAPI.elements.ListBoxItem
Gets if the listbox item is checked, if checking is supported
isChecked() - Method in class FlaNium.WinAPI.elements.MenuItem
 
isChecked() - Method in class FlaNium.WinAPI.elements.TreeItem
Gets if the tree item is checked, if checking is supported.
isEditable() - Method in class FlaNium.WinAPI.elements.ComboBox
Flag which indicates, if the combobox is editable or not.
isModal() - Method in class FlaNium.WinAPI.elements.Window
Gets if the window is modal.
isOnlyValue() - Method in class FlaNium.WinAPI.elements.Slider
Flag which indicates if the "Slider" supports range values (min-max) or only values (0-100).
isOnlyValue() - Method in class FlaNium.WinAPI.elements.Spinner
Flag which indicates if the "Spinner" supports range values (min-max) or only values (0-100).
isReadOnly() - Method in class FlaNium.WinAPI.elements.ComboBox
Flag which indicates, if the combobox is read-only or not.
isReadOnly() - Method in class FlaNium.WinAPI.elements.ScrollBarBase
Value which indicates if the scroll is read only.
isReadOnly() - Method in class FlaNium.WinAPI.elements.TextBox
Gets if the element is read only or not.
items() - Method in class FlaNium.WinAPI.elements.ComboBox
Gets all items.
items() - Method in class FlaNium.WinAPI.elements.ListBox
Returns all the list box items
items() - Method in class FlaNium.WinAPI.elements.Menu
Gets all MenuItem which are inside this element.
items() - Method in class FlaNium.WinAPI.elements.MenuItem
Gets all MenuItem which are inside this element.
items() - Method in class FlaNium.WinAPI.elements.Tree
All child "TreeItem" objects from this "Tree".
items() - Method in class FlaNium.WinAPI.elements.TreeItem
All child "TreeItem" objects from this"TreeItem".

J

JPEG - FlaNium.WinAPI.enums.ImageFormat
 

K

keyboardActions() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Get Keyboard Actions instance.
KeyboardActions - Class in FlaNium.WinAPI.actions
 
KeyboardActions(FlaNiumDriver) - Constructor for class FlaNium.WinAPI.actions.KeyboardActions
 
KeyboardLayout - Enum in FlaNium.WinAPI.enums
 
KeyCombination - Enum in FlaNium.WinAPI.enums
 
killAllProcessesByName(String) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Terminates all processes found by name.

L

Label - Class in FlaNium.WinAPI.elements
 
Label(WebElement) - Constructor for class FlaNium.WinAPI.elements.Label
 
largeChange() - Method in class FlaNium.WinAPI.elements.ScrollBarBase
The large change value of the scroll.
largeChange() - Method in class FlaNium.WinAPI.elements.Slider
 
largeDecrement() - Method in class FlaNium.WinAPI.elements.Slider
Performs a large decrement.
largeIncrement() - Method in class FlaNium.WinAPI.elements.Slider
Performs a large increment.
LAUNCH_DELAY - FlaNium.WinAPI.property.PropertyList.App
 
LEAF_NODE - FlaNium.WinAPI.elements.enums.ExpandCollapseState
The element does not expand or collapse.
ListBox - Class in FlaNium.WinAPI.elements
 
ListBox(WebElement) - Constructor for class FlaNium.WinAPI.elements.ListBox
 
ListBoxItem - Class in FlaNium.WinAPI.elements
 
ListBoxItem(WebElement) - Constructor for class FlaNium.WinAPI.elements.ListBoxItem
 
loadAppProperties() - Static method in class FlaNium.WinAPI.property.PropertyLoader
 
loadAppProperties(String) - Static method in class FlaNium.WinAPI.property.PropertyLoader
 
loadDriverProperties() - Static method in class FlaNium.WinAPI.property.PropertyLoader
 
loadSystemProperties() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
 

M

maximizeButton() - Method in class FlaNium.WinAPI.elements.TitleBar
Gets the maximize button element.
maximum() - Method in class FlaNium.WinAPI.elements.ProgressBar
Gets the maximum value.
maximum() - Method in class FlaNium.WinAPI.elements.Slider
 
maximum() - Method in class FlaNium.WinAPI.elements.Spinner
The maximum value.
maximumValue() - Method in class FlaNium.WinAPI.elements.ScrollBarBase
The maximum value of the scroll.
Menu - Class in FlaNium.WinAPI.elements
 
Menu(WebElement) - Constructor for class FlaNium.WinAPI.elements.Menu
 
MenuItem - Class in FlaNium.WinAPI.elements
 
MenuItem(WebElement) - Constructor for class FlaNium.WinAPI.elements.MenuItem
 
minimizeButton() - Method in class FlaNium.WinAPI.elements.TitleBar
Gets the minimize button element.
minimum() - Method in class FlaNium.WinAPI.elements.ProgressBar
Gets the minimum value.
minimum() - Method in class FlaNium.WinAPI.elements.Slider
 
minimum() - Method in class FlaNium.WinAPI.elements.Spinner
The minimum value.
minimumValue() - Method in class FlaNium.WinAPI.elements.ScrollBarBase
The minimum value of the scroll.
modalWindows() - Method in class FlaNium.WinAPI.elements.Window
Gets a list of all modal child windows.
mouseActions() - Method in class FlaNium.WinAPI.DesktopElement
Get Mouse Actions instance.
mouseActions() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Get Mouse Actions instance.
MouseActions - Class in FlaNium.WinAPI.actions
 
MouseActions(FlaNiumDriver) - Constructor for class FlaNium.WinAPI.actions.MouseActions
 
mouseClick(BasePoint, int, int) - Method in class FlaNium.WinAPI.actions.ElementMouseActions
Click the mouse on the point (Base point of element bounding rectangle + x, y coordinates).
mouseDoubleClick(BasePoint, int, int) - Method in class FlaNium.WinAPI.actions.ElementMouseActions
Double click the mouse on the point (Base point of element bounding rectangle + x, y coordinates).
mouseMove(BasePoint, int, int) - Method in class FlaNium.WinAPI.actions.ElementMouseActions
Move the mouse to the point (Base point of element bounding rectangle + x, y coordinates).
mouseRightClick(BasePoint, int, int) - Method in class FlaNium.WinAPI.actions.ElementMouseActions
Right click the mouse on the point (Base point of element bounding rectangle + x, y coordinates).
move(int, int) - Method in class FlaNium.WinAPI.elements.Window
Moves the window to the given coordinates.
moveMouseToElementPoint(BasePoint, int, int) - Method in class FlaNium.WinAPI.CoordinateElement
 

O

OFF - FlaNium.WinAPI.elements.enums.ToggleState
The UI Automation element is not selected, checked, marked or otherwise activated.
ON - FlaNium.WinAPI.elements.enums.ToggleState
The UI Automation element is selected, checked, marked or otherwise activated.

P

parseDateTime(String) - Method in class FlaNium.WinAPI.DesktopElement
 
parseDouble(Response) - Method in class FlaNium.WinAPI.DesktopElement
 
PARTIALLY_EXPANDED - FlaNium.WinAPI.elements.enums.ExpandCollapseState
Some, but not all, children are visible.
performKeyCombination(KeyCombination) - Method in class FlaNium.WinAPI.actions.KeyboardActions
Keystrokes of the selected combination.
pinch(Point, double, double, Integer, double) - Method in class FlaNium.WinAPI.actions.TouchActions
Performs a pinch with two fingers.
PNG - FlaNium.WinAPI.enums.ImageFormat
 
popup() - Method in class FlaNium.WinAPI.elements.Window
Gets the current WPF popup window.
PROCESS_FIND_TIMEOUT - FlaNium.WinAPI.property.PropertyList.App
 
PROCESS_NAME - FlaNium.WinAPI.property.PropertyList.App
 
ProgressBar - Class in FlaNium.WinAPI.elements
 
ProgressBar(WebElement) - Constructor for class FlaNium.WinAPI.elements.ProgressBar
 
PropertyList - Class in FlaNium.WinAPI.property
 
PropertyList() - Constructor for class FlaNium.WinAPI.property.PropertyList
 
PropertyList.App - Enum in FlaNium.WinAPI.property
 
PropertyList.Driver - Enum in FlaNium.WinAPI.property
 
PropertyLoader - Class in FlaNium.WinAPI.property
 
PropertyLoader() - Constructor for class FlaNium.WinAPI.property.PropertyLoader
 
PropertyLoadException - Exception in FlaNium.WinAPI.exceptions
 
PropertyLoadException(String) - Constructor for exception FlaNium.WinAPI.exceptions.PropertyLoadException
 
PropertyLoadException(String, Throwable) - Constructor for exception FlaNium.WinAPI.exceptions.PropertyLoadException
 
PropertyLoadException(Throwable) - Constructor for exception FlaNium.WinAPI.exceptions.PropertyLoadException
 

R

RadioButton - Class in FlaNium.WinAPI.elements
 
RadioButton(WebElement) - Constructor for class FlaNium.WinAPI.elements.RadioButton
 
removeFromSelection() - Method in class FlaNium.WinAPI.elements.TabItem
Removes the element from the selection.
removeFromSelection() - Method in class FlaNium.WinAPI.elements.TreeItem
Remove the element from the selection.
removeFromSelection(int) - Method in class FlaNium.WinAPI.elements.Grid
Remove a row from the selection by index.
removeFromSelection(int) - Method in class FlaNium.WinAPI.elements.ListBox
Remove a row from the selection by index.
removeFromSelection(int, String) - Method in class FlaNium.WinAPI.elements.Grid
Remove a row from the selection by text in the given column.
removeFromSelection(String) - Method in class FlaNium.WinAPI.elements.ListBox
Remove a row from the selection by text.
resetRootElement() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Sets the main window of the connected process as the root element.
restoreButton() - Method in class FlaNium.WinAPI.elements.TitleBar
Gets the restore button element.
rightClickToElementPoint(BasePoint, int, int) - Method in class FlaNium.WinAPI.CoordinateElement
 
rotate(Point, double, double, double, Integer) - Method in class FlaNium.WinAPI.actions.TouchActions
Performs a 2-finger rotation around the given point where the first finger is at the center and the second is rotated around.
ROW_MAJOR - FlaNium.WinAPI.elements.enums.RowOrColumnMajor
Data in the table should be read row by row.
rowCount() - Method in class FlaNium.WinAPI.elements.Grid
Gets the total row count.
rowHeaders() - Method in class FlaNium.WinAPI.elements.Grid
Gets all row header elements.
rowOrColumnMajor() - Method in class FlaNium.WinAPI.elements.Grid
Gets whether the data should be read primarily by row or by column.
RowOrColumnMajor - Enum in FlaNium.WinAPI.elements.enums
Contains values that specify whether data in a table should be read primarily by row or by column.
RUS - FlaNium.WinAPI.enums.KeyboardLayout
 

S

Sample - Class in FlaNium.WinAPI
 
Sample() - Constructor for class FlaNium.WinAPI.Sample
 
saveJpegScreenshotFile(String) - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the current item and save to file.
saveJpegScreenshotFileNotForeground(String) - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the not foreground current item and save to file.
savePngScreenshotFile(String) - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the current item and save to file.
savePngScreenshotFileNotForeground(String) - Method in class FlaNium.WinAPI.actions.ScreenshotActions
Taking a screenshot of the not foreground current item and save to file.
score(Capabilities) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
 
screenshotActions() - Method in class FlaNium.WinAPI.DesktopElement
Get Screenshot Actions of current item.
screenshotActions() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Get Screenshot Actions of current item.
ScreenshotActions - Class in FlaNium.WinAPI.actions
 
ScreenshotActions(DesktopElement) - Constructor for class FlaNium.WinAPI.actions.ScreenshotActions
 
ScreenshotActions(FlaNiumDriver) - Constructor for class FlaNium.WinAPI.actions.ScreenshotActions
 
ScrollBarBase - Class in FlaNium.WinAPI.elements
 
ScrollBarBase(WebElement) - Constructor for class FlaNium.WinAPI.elements.ScrollBarBase
 
scrollDown() - Method in class FlaNium.WinAPI.elements.VerticalScrollBar
Scrolls down by a small amount.
scrollDownLarge() - Method in class FlaNium.WinAPI.elements.VerticalScrollBar
Scrolls down by a large amount.
scrollIntoView() - Method in class FlaNium.WinAPI.elements.GridRow
Scrolls the row into view.
scrollIntoView() - Method in class FlaNium.WinAPI.elements.ListBoxItem
Scrolls the element into view.
scrollLeft() - Method in class FlaNium.WinAPI.elements.HorizontalScrollBar
Scrolls left by a small amount.
scrollLeftLarge() - Method in class FlaNium.WinAPI.elements.HorizontalScrollBar
Scrolls left by a large amount.
scrollRight() - Method in class FlaNium.WinAPI.elements.HorizontalScrollBar
Scrolls right by a small amount.
scrollRightLarge() - Method in class FlaNium.WinAPI.elements.HorizontalScrollBar
Scrolls right by a large amount.
scrollUp() - Method in class FlaNium.WinAPI.elements.VerticalScrollBar
Scrolls up by a small amount.
scrollUpLarge() - Method in class FlaNium.WinAPI.elements.VerticalScrollBar
Scrolls up by a large amount.
select() - Method in class FlaNium.WinAPI.elements.TabItem
Selects the element.
select() - Method in class FlaNium.WinAPI.elements.TreeItem
Selects the element.
select(int) - Method in class FlaNium.WinAPI.elements.Grid
Select a row by index.
select(int) - Method in class FlaNium.WinAPI.elements.ListBox
Selects an item by index.
select(int, String) - Method in class FlaNium.WinAPI.elements.Grid
Select the first row by text in the given column.
select(String) - Method in class FlaNium.WinAPI.elements.ComboBox
Select the first item which matches the given text.
select(String) - Method in class FlaNium.WinAPI.elements.ListBox
Selects an item by text.
selectDate(LocalDateTime) - Method in class FlaNium.WinAPI.elements.Calendar
Deselects other selected dates and selects the specified date.
selectedDates() - Method in class FlaNium.WinAPI.elements.Calendar
Gets the selected dates in the calendar.
selectedItem() - Method in class FlaNium.WinAPI.elements.ComboBox
Gets the first selected item or null otherwise.
selectedItem() - Method in class FlaNium.WinAPI.elements.Grid
Gets the first selected item or null otherwise.
selectedItem() - Method in class FlaNium.WinAPI.elements.ListBox
Gets the first selected item or null otherwise.
selectedItems() - Method in class FlaNium.WinAPI.elements.ComboBox
Gets all selected items.
selectedItems() - Method in class FlaNium.WinAPI.elements.Grid
Gets all selected items.
selectedItems() - Method in class FlaNium.WinAPI.elements.ListBox
Gets all selected items.
selectedTabItem() - Method in class FlaNium.WinAPI.elements.Tab
The currently selected TabItem.
selectedTabItemIndex() - Method in class FlaNium.WinAPI.elements.Tab
The index of the currently selected TabItem.
selectedTreeItem() - Method in class FlaNium.WinAPI.elements.Tree
The currently selected "TreeItem".
selectIndex(int) - Method in class FlaNium.WinAPI.elements.ComboBox
Select an item by index.
selectTabItem(int) - Method in class FlaNium.WinAPI.elements.Tab
Selects a TabItem by index.
selectTabItem(String) - Method in class FlaNium.WinAPI.elements.Tab
Selects a TabItem by a give text (name property).
sendChars(String) - Method in class FlaNium.WinAPI.actions.KeyboardActions
Simulate keystrokes.
setApplicationPath(String) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Sets the absolute path to an .exe file to be started.
setArguments(String) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Sets startup arguments of the application under test.
setAsRootElement() - Method in class FlaNium.WinAPI.DesktopElement
Sets the current element as the root element of the driver.
setChecked(boolean) - Method in class FlaNium.WinAPI.elements.ListBoxItem
Sets if the listbox item is checked, if checking is supported
setChecked(boolean) - Method in class FlaNium.WinAPI.elements.TreeItem
Sets if the tree item is checked, if checking is supported.
setClipboardText(String) - Method in class FlaNium.WinAPI.actions.KeyboardActions
Set clipboard text.
setConnectToRunningApp(Boolean) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
If false (default) - always starts a new application process (with closing the current one, if any).
setDate(LocalDateTime) - Method in class FlaNium.WinAPI.elements.DateTimePicker
Sets the selected date in the DateTimePicker.
setDesktopAsRootElement() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Sets the desktop as the root element for item searches and other actions.
setEditableText(String) - Method in class FlaNium.WinAPI.elements.ComboBox
Set the text of the editable element inside the combobox.
setInjectionActivate(Boolean) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Using injection technology to access application data.
setInjectionDllType(String) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Set type of DLL for inject.
setKeyboardLayout(KeyboardLayout) - Method in class FlaNium.WinAPI.actions.KeyboardActions
Set keyboard layout.
setKeyboardLayoutCode(String) - Method in class FlaNium.WinAPI.actions.KeyboardActions
Set keyboard layout.
setLaunchDelay(Integer) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Sets the launch delay in milliseconds, to be waited to let visuals to initialize after application started.
setProcessFindTimeOut(Integer) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Sets the search time for the application process specified in the processName parameter.
setProcessName(String) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Setting the name of the application process.
setResponseTimeout(Integer) - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Setting the response timeout.
setRootElement(RemoteWebElement) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Sets the given web element as the root element.
setText(String) - Method in class FlaNium.WinAPI.elements.TextBox
Sets the text of the element.
setToggleState(ToggleState) - Method in class FlaNium.WinAPI.elements.ToggleButton
Sets the current toggle state.
setTransparency(byte) - Method in class FlaNium.WinAPI.elements.Window
Brings the element to the foreground.
setValue(double) - Method in class FlaNium.WinAPI.elements.Slider
Sets the current value.
setValue(double) - Method in class FlaNium.WinAPI.elements.Spinner
Sets the current value.
setValue(String) - Method in class FlaNium.WinAPI.elements.DataGridViewCell
Sets the value in the cell.
slideHorizontally(int) - Method in class FlaNium.WinAPI.elements.Thumb
Moves the slider horizontally.
Slider - Class in FlaNium.WinAPI.elements
 
Slider(WebElement) - Constructor for class FlaNium.WinAPI.elements.Slider
 
slideVertically(int) - Method in class FlaNium.WinAPI.elements.Thumb
Moves the slider vertically.
smallChange() - Method in class FlaNium.WinAPI.elements.ScrollBarBase
The small change value of the scroll.
smallChange() - Method in class FlaNium.WinAPI.elements.Slider
 
smallChange() - Method in class FlaNium.WinAPI.elements.Spinner
The value of a small change.
smallDecrement() - Method in class FlaNium.WinAPI.elements.Slider
Performs a small decrement.
smallIncrement() - Method in class FlaNium.WinAPI.elements.Slider
Performs a small increment.
smoothDragAndDrop(int, int, int, int, int) - Method in class FlaNium.WinAPI.actions.MouseActions
Drags and drops the mouse from the starting point with the given distance within the specified time.
smoothDragAndDrop(BasePoint, int, int, int, int, int) - Method in class FlaNium.WinAPI.actions.ElementMouseActions
Drags and drops the mouse from the starting point (Base point of element bounding rectangle + x, y coordinates) with the given distance and within the specified time.
Spinner - Class in FlaNium.WinAPI.elements
 
Spinner(WebElement) - Constructor for class FlaNium.WinAPI.elements.Spinner
 
startApp(String, String, Integer) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Launches the application at the given path.
StartEndPoint(Point, Point) - Constructor for class FlaNium.WinAPI.actions.TouchActions.StartEndPoint
 

T

Tab - Class in FlaNium.WinAPI.elements
 
Tab(WebElement) - Constructor for class FlaNium.WinAPI.elements.Tab
 
TabItem - Class in FlaNium.WinAPI.elements
 
TabItem(WebElement) - Constructor for class FlaNium.WinAPI.elements.TabItem
 
tabItems() - Method in class FlaNium.WinAPI.elements.Tab
All TabItem objects from this Tab.
tap(Point[]) - Method in class FlaNium.WinAPI.actions.TouchActions
Performs a tap on the given point or points.
TextBox - Class in FlaNium.WinAPI.elements
 
TextBox(WebElement) - Constructor for class FlaNium.WinAPI.elements.TextBox
 
Thumb - Class in FlaNium.WinAPI.elements
 
Thumb(WebElement) - Constructor for class FlaNium.WinAPI.elements.Thumb
 
TIFF - FlaNium.WinAPI.enums.ImageFormat
 
title() - Method in class FlaNium.WinAPI.elements.Window
Gets the title of the window.
titleBar() - Method in class FlaNium.WinAPI.elements.Window
Gets the "TitleBar" of the window.
TitleBar - Class in FlaNium.WinAPI.elements
 
TitleBar(WebElement) - Constructor for class FlaNium.WinAPI.elements.TitleBar
 
toButton() - Method in class FlaNium.WinAPI.WebElementCast
 
toCalendar() - Method in class FlaNium.WinAPI.WebElementCast
 
toCapabilities() - Method in class FlaNium.WinAPI.webdriver.DesktopOptions
Convert options to DesiredCapabilities for FlaNium Desktop Driver
toCapabilities() - Method in interface FlaNium.WinAPI.webdriver.FlaNiumOptions
Convert options to DesiredCapabilities for one of FlaNium Drivers
toCheckBox() - Method in class FlaNium.WinAPI.WebElementCast
 
toComboBox() - Method in class FlaNium.WinAPI.WebElementCast
 
toCoordinateElement() - Method in class FlaNium.WinAPI.DesktopElement
Cast DesktopElement to a Coordinate Element.
toDataGridView() - Method in class FlaNium.WinAPI.WebElementCast
 
toDateTimePicker() - Method in class FlaNium.WinAPI.WebElementCast
 
toggle() - Method in class FlaNium.WinAPI.elements.ToggleButton
Toggles the toggle button.
ToggleButton - Class in FlaNium.WinAPI.elements
 
ToggleButton(WebElement) - Constructor for class FlaNium.WinAPI.elements.ToggleButton
 
toggleState() - Method in class FlaNium.WinAPI.elements.CheckBox
Deprecated.
ToggleState - Enum in FlaNium.WinAPI.elements.enums
Contains values that specify the toggle state of a Microsoft UI Automation element that implements the ITogglePattern.
toGrid() - Method in class FlaNium.WinAPI.WebElementCast
 
toGridCell() - Method in class FlaNium.WinAPI.WebElementCast
 
toGridHeader() - Method in class FlaNium.WinAPI.WebElementCast
 
toGridHeaderItem() - Method in class FlaNium.WinAPI.WebElementCast
 
toGridRow() - Method in class FlaNium.WinAPI.WebElementCast
 
toHorizontalScrollBar() - Method in class FlaNium.WinAPI.WebElementCast
 
toLabel() - Method in class FlaNium.WinAPI.WebElementCast
 
toListBox() - Method in class FlaNium.WinAPI.WebElementCast
 
toListBoxItem() - Method in class FlaNium.WinAPI.WebElementCast
 
toMenu() - Method in class FlaNium.WinAPI.WebElementCast
 
toMenuItem() - Method in class FlaNium.WinAPI.WebElementCast
 
TOP_LEFT - FlaNium.WinAPI.enums.BasePoint
 
TOP_RIGHT - FlaNium.WinAPI.enums.BasePoint
 
toProgressBar() - Method in class FlaNium.WinAPI.WebElementCast
 
toRadioButton() - Method in class FlaNium.WinAPI.WebElementCast
 
toSlider() - Method in class FlaNium.WinAPI.WebElementCast
 
toSpinner() - Method in class FlaNium.WinAPI.WebElementCast
 
toTab() - Method in class FlaNium.WinAPI.WebElementCast
 
toTabItem() - Method in class FlaNium.WinAPI.WebElementCast
 
toTextBox() - Method in class FlaNium.WinAPI.WebElementCast
 
toThumb() - Method in class FlaNium.WinAPI.WebElementCast
 
toTitleBar() - Method in class FlaNium.WinAPI.WebElementCast
 
toToggleButton() - Method in class FlaNium.WinAPI.WebElementCast
 
toTree() - Method in class FlaNium.WinAPI.WebElementCast
 
toTreeItem() - Method in class FlaNium.WinAPI.WebElementCast
 
touchActions() - Method in class FlaNium.WinAPI.CoordinateElement
 
touchActions() - Method in class FlaNium.WinAPI.DesktopElement
Get Touch Actions instance.
touchActions() - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriver
Get Touch Actions instance.
TouchActions - Class in FlaNium.WinAPI.actions
 
TouchActions(DesktopElement) - Constructor for class FlaNium.WinAPI.actions.TouchActions
 
TouchActions(DesktopElement, int, int) - Constructor for class FlaNium.WinAPI.actions.TouchActions
 
TouchActions(FlaNiumDriver) - Constructor for class FlaNium.WinAPI.actions.TouchActions
 
TouchActions.StartEndPoint - Class in FlaNium.WinAPI.actions
 
toVerticalScrollBar() - Method in class FlaNium.WinAPI.WebElementCast
 
toWindow() - Method in class FlaNium.WinAPI.WebElementCast
 
transition(Integer, TouchActions.StartEndPoint[]) - Method in class FlaNium.WinAPI.actions.TouchActions
Transitions all the points from the start point to the end points.
Tree - Class in FlaNium.WinAPI.elements
 
Tree(WebElement) - Constructor for class FlaNium.WinAPI.elements.Tree
 
TREE_ITEM_ADD_TO_SELECTION - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_COLLAPSE - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_EXPAND - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_EXPAND_COLLAPSE_STATE - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_GET_TEXT - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_IS_CHECKED - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_ITEMS - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_REMOVE_FROM_SELECTION - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_SELECT - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TREE_ITEM_SET_CHECKED - Static variable in class FlaNium.WinAPI.elements.TreeItem
 
TreeItem - Class in FlaNium.WinAPI.elements
 
TreeItem(WebElement) - Constructor for class FlaNium.WinAPI.elements.TreeItem
 

U

UNKNOWN - FlaNium.WinAPI.enums.KeyboardLayout
 
usingDriverExecutable(File) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
Sets which driver executable the builder will use.
usingPort(int) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
Sets which port the driver server should be started on.

V

value() - Method in class FlaNium.WinAPI.elements.ComboBox
 
value() - Method in class FlaNium.WinAPI.elements.ProgressBar
Gets the current value.
value() - Method in class FlaNium.WinAPI.elements.ScrollBarBase
The current value of the scroll.
valueOf(String) - Static method in enum FlaNium.WinAPI.elements.enums.ExpandCollapseState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FlaNium.WinAPI.elements.enums.RowOrColumnMajor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FlaNium.WinAPI.elements.enums.ToggleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FlaNium.WinAPI.enums.BasePoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FlaNium.WinAPI.enums.ImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FlaNium.WinAPI.enums.KeyboardLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FlaNium.WinAPI.enums.KeyCombination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FlaNium.WinAPI.property.PropertyList.App
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FlaNium.WinAPI.property.PropertyList.Driver
Returns the enum constant of this type with the specified name.
values() - Static method in enum FlaNium.WinAPI.elements.enums.ExpandCollapseState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FlaNium.WinAPI.elements.enums.RowOrColumnMajor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FlaNium.WinAPI.elements.enums.ToggleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FlaNium.WinAPI.enums.BasePoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FlaNium.WinAPI.enums.ImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FlaNium.WinAPI.enums.KeyboardLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FlaNium.WinAPI.enums.KeyCombination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FlaNium.WinAPI.property.PropertyList.App
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FlaNium.WinAPI.property.PropertyList.Driver
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalScrollBar - Class in FlaNium.WinAPI.elements
 
VerticalScrollBar(WebElement) - Constructor for class FlaNium.WinAPI.elements.VerticalScrollBar
 

W

WebElementCast - Class in FlaNium.WinAPI
 
WebElementCast(WebElement) - Constructor for class FlaNium.WinAPI.WebElementCast
 
Window - Class in FlaNium.WinAPI.elements
 
Window(WebElement) - Constructor for class FlaNium.WinAPI.elements.Window
 
withLogFile(File) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
Configures the driver server to write log to the given file.
withSilent(boolean) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
Configures the driver server for silent output.
withTimeout(Duration) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
Configures the timeout waiting for driver server to start.
withVerbose(boolean) - Method in class FlaNium.WinAPI.webdriver.FlaNiumDriverService.Builder
Configures the driver server verbosity.
WMF - FlaNium.WinAPI.enums.ImageFormat
 

Z

ZERO_POINT - FlaNium.WinAPI.enums.BasePoint
 
A B C D E F G H I J K L M O P R S T U V W Z 
All Classes All Packages