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.
interface elementsMethods
button
button(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Button elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycheckBox
checkBox(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding CheckBox elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycomboBox
comboBox(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ComboBox elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerygroup
group(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Group elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryimage
image(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Image elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerylist
list(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding List elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerymenu
menu(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Menu elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerymenuBar
menuBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding MenuBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerymenuItem
menuItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding MenuItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryradioButton
radioButton(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding RadioButton elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryscrollBar
scrollBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ScrollBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryslider
slider(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Slider elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytable
table(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Table elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerywindow
window(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Window elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryacceleratorLabel
acceleratorLabel(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding AcceleratorLabel elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryalert
alert(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Alert elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryanimation
animation(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Animation elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryapplication
application(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Application elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryarrow
arrow(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Arrow elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryarticle
article(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Article elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryaudio
audio(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Audio elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryautoComplete
autoComplete(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding AutoComplete elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryblockQuote
blockQuote(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding BlockQuote elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycalendar
calendar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Calendar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycanvas
canvas(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Canvas elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycaption
caption(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Caption elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerychart
chart(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Chart elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycheckMenuItem
checkMenuItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding CheckMenuItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycolorChooser
colorChooser(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ColorChooser elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycolumnHeader
columnHeader(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ColumnHeader elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycomment
comment(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Comment elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycontentDeletion
contentDeletion(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ContentDeletion elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerycontentInsertion
contentInsertion(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ContentInsertion elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydataItem
dataItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DataItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydateEditor
dateEditor(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DateEditor elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydefinition
definition(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Definition elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydescriptionList
descriptionList(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DescriptionList elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydescriptionTerm
descriptionTerm(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DescriptionTerm elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydescriptionValue
descriptionValue(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DescriptionValue elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydesktopFrame
desktopFrame(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DesktopFrame elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydesktopIcon
desktopIcon(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DesktopIcon elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydial
dial(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Dial elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydialog
dialog(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Dialog elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydirectoryPane
directoryPane(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DirectoryPane elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydocument
document(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Document elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerydrawingArea
drawingArea(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding DrawingArea elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryeditBar
editBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding EditBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryeditField
editField(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding EditField elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryembedded
embedded(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Embedded elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryextended
extended(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Extended elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryfileChooser
fileChooser(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding FileChooser elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryfiller
filler(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Filler elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryfocusTraversable
focusTraversable(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding FocusTraversable elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryfontChooser
fontChooser(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding FontChooser elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryfooter
footer(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Footer elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryfootnote
footnote(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Footnote elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryform
form(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Form elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryglassPane
glassPane(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding GlassPane elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryheader
header(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Header elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryheaderItem
headerItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding HeaderItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryheading
heading(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Heading elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryhtmlContainer
htmlContainer(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding HtmlContainer elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryicon
icon(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Icon elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryimageMap
imageMap(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ImageMap elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryinfoBar
infoBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding InfoBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryinputMethodWindow
inputMethodWindow(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding InputMethodWindow elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryinternalFrame
internalFrame(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding InternalFrame elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryinvalid
invalid(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Invalid elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerylandmark
landmark(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Landmark elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerylayeredPane
layeredPane(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding LayeredPane elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerylevelBar
levelBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding LevelBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerylink
link(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Link elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerylistItem
listItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ListItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerylog
log(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Log elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerymark
mark(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Mark elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerymarquee
marquee(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Marquee elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerymath
math(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Math elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerymathFraction
mathFraction(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding MathFraction elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerymathRoot
mathRoot(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding MathRoot elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerynotification
notification(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Notification elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryoptionPane
optionPane(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding OptionPane elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerypage
page(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Page elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerypane
pane(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Pane elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryparagraph
paragraph(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Paragraph elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerypopupMenu
popupMenu(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding PopupMenu elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryprogressBar
progressBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ProgressBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryradioMenuItem
radioMenuItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding RadioMenuItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryrating
rating(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Rating elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryredundantObject
redundantObject(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding RedundantObject elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryrootPane
rootPane(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding RootPane elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryrowHeader
rowHeader(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding RowHeader elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryruler
ruler(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Ruler elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryscrollPane
scrollPane(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ScrollPane elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryseparator
separator(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Separator elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryspinner
spinner(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Spinner elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerysplitButton
splitButton(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding SplitButton elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerysplitPane
splitPane(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding SplitPane elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerystatusBar
statusBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding StatusBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerysubscript
subscript(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Subscript elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerysuggestion
suggestion(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Suggestion elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerysuperscript
superscript(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Superscript elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytab
tab(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Tab elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytabItem
tabItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding TabItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytableRow
tableRow(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding TableRow elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytearoffMenuItem
tearoffMenuItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding TearoffMenuItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryterminal
terminal(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Terminal elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytext
text(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Text elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytimer
timer(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Timer elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytitleBar
titleBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding TitleBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytoggleButton
toggleButton(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ToggleButton elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytoolBar
toolBar(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ToolBar elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytoolTip
toolTip(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding ToolTip elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytree
tree(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Tree elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytreeItem
treeItem(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding TreeItem elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQuerytreeTable
treeTable(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding TreeTable elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryunknown
unknown(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Unknown elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryvideo
video(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Video elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryviewport
viewport(description: Omit<WindowElementDescription, "type">): WindowElementQueryCreates a WindowElementQuery for finding Viewport elements.
Parameters
descriptionOmit<WindowElementDescription, "type">Partial description to match elements (title, value, etc.)Returns
WindowElementQueryWas this page helpful?