Version:
interface

elements

Pre-built element accessors for each element type.

Each accessor creates a WindowElementQuery for the specified element type.
Pass a partial description to match elements by properties like title, value, etc.

typescript
interface elements

Methods

button

button(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Button elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

checkBox

checkBox(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding CheckBox elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

comboBox

comboBox(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ComboBox elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

group

group(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Group elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

image

image(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Image elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

list

list(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding List elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

menu

menu(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Menu elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

menuBar

menuBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding MenuBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

menuItem

menuItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding MenuItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

radioButton

radioButton(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding RadioButton elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

scrollBar

scrollBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ScrollBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

slider

slider(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Slider elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

table

table(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Table elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

window

window(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Window elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

acceleratorLabel

acceleratorLabel(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding AcceleratorLabel elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

alert

alert(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Alert elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

animation

animation(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Animation elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

application

application(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Application elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

arrow

arrow(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Arrow elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

article

article(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Article elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

audio

audio(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Audio elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

autoComplete

autoComplete(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding AutoComplete elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

blockQuote

blockQuote(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding BlockQuote elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

calendar

calendar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Calendar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

canvas

canvas(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Canvas elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

caption

caption(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Caption elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

chart

chart(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Chart elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

checkMenuItem

checkMenuItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding CheckMenuItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

colorChooser

colorChooser(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ColorChooser elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

columnHeader

columnHeader(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ColumnHeader elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

comment

comment(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Comment elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

contentDeletion

contentDeletion(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ContentDeletion elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

contentInsertion

contentInsertion(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ContentInsertion elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

dataItem

dataItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DataItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

dateEditor

dateEditor(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DateEditor elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

definition

definition(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Definition elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

descriptionList

descriptionList(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DescriptionList elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

descriptionTerm

descriptionTerm(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DescriptionTerm elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

descriptionValue

descriptionValue(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DescriptionValue elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

desktopFrame

desktopFrame(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DesktopFrame elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

desktopIcon

desktopIcon(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DesktopIcon elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

dial

dial(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Dial elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

dialog

dialog(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Dialog elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

directoryPane

directoryPane(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DirectoryPane elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

document

document(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Document elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

drawingArea

drawingArea(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding DrawingArea elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

editBar

editBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding EditBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

editField

editField(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding EditField elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

embedded

embedded(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Embedded elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

extended

extended(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Extended elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

fileChooser

fileChooser(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding FileChooser elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

filler

filler(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Filler elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

focusTraversable

focusTraversable(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding FocusTraversable elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

fontChooser

fontChooser(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding FontChooser elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

footer

footer(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Footer elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

footnote

footnote(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Footnote elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

form

form(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Form elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

glassPane

glassPane(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding GlassPane elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

header

header(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Header elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

headerItem

headerItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding HeaderItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

heading

heading(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Heading elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

htmlContainer

htmlContainer(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding HtmlContainer elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

icon

icon(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Icon elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

imageMap

imageMap(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ImageMap elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

infoBar

infoBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding InfoBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

inputMethodWindow

inputMethodWindow(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding InputMethodWindow elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

internalFrame

internalFrame(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding InternalFrame elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

invalid

invalid(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Invalid elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

landmark

landmark(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Landmark elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

layeredPane

layeredPane(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding LayeredPane elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

levelBar

levelBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding LevelBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

link

link(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Link elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

listItem

listItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ListItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

log

log(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Log elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

mark

mark(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Mark elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

marquee

marquee(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Marquee elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

math

math(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Math elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

mathFraction

mathFraction(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding MathFraction elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

mathRoot

mathRoot(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding MathRoot elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

notification

notification(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Notification elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

optionPane

optionPane(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding OptionPane elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

page

page(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Page elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

pane

pane(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Pane elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

paragraph

paragraph(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Paragraph elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

popupMenu

popupMenu(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding PopupMenu elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

progressBar

progressBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ProgressBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

radioMenuItem

radioMenuItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding RadioMenuItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

rating

rating(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Rating elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

redundantObject

redundantObject(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding RedundantObject elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

rootPane

rootPane(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding RootPane elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

rowHeader

rowHeader(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding RowHeader elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

ruler

ruler(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Ruler elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

scrollPane

scrollPane(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ScrollPane elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

separator

separator(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Separator elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

spinner

spinner(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Spinner elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

splitButton

splitButton(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding SplitButton elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

splitPane

splitPane(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding SplitPane elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

statusBar

statusBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding StatusBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

subscript

subscript(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Subscript elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

suggestion

suggestion(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Suggestion elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

superscript

superscript(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Superscript elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

tab

tab(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Tab elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

tabItem

tabItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding TabItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

tableRow

tableRow(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding TableRow elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

tearoffMenuItem

tearoffMenuItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding TearoffMenuItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

terminal

terminal(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Terminal elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

text

text(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Text elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

timer

timer(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Timer elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

titleBar

titleBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding TitleBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

toggleButton

toggleButton(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ToggleButton elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

toolBar

toolBar(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ToolBar elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

toolTip

toolTip(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding ToolTip elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

tree

tree(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Tree elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

treeItem

treeItem(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding TreeItem elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

treeTable

treeTable(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding TreeTable elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

unknown

unknown(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Unknown elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

video

video(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Video elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

viewport

viewport(description: Omit<WindowElementDescription, "type">): WindowElementQuery

Creates a WindowElementQuery for finding Viewport elements.

Parameters

descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)

Was this page helpful?