Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AxPtAutomationWindow

Hierarchy

Index

Properties

Methods

Properties

Optional autoMatchLatchedControlsButton

autoMatchLatchedControlsButton: AxPtAutomationWindowButton | null

Optional buttons

buttons: AxElementArray | null

Optional captureButton

captureButton: AxPtAutomationWindowButton | null

Optional checkBoxes

checkBoxes: AxElementArray | null

Optional children

children: AxElementArray | null

Optional comboBoxes

comboBoxes: AxElementArray | null

Optional enableAutoJoinModeButton

enableAutoJoinModeButton: AxPtAutomationWindowButton | null

Optional enableMuteAutoButton

enableMuteAutoButton: AxPtAutomationWindowButton | null

Optional enablePanAutoButton

enablePanAutoButton: AxPtAutomationWindowButton | null

Optional enablePluginAutoButton

enablePluginAutoButton: AxPtAutomationWindowButton | null

Optional enableSendMuteAutoButton

enableSendMuteAutoButton: AxPtAutomationWindowButton | null

Optional enableSendPanAutoButton

enableSendPanAutoButton: AxPtAutomationWindowButton | null

Optional enableSendVolumeAutoButton

enableSendVolumeAutoButton: AxPtAutomationWindowButton | null

Optional enableVolumeAutoButton

enableVolumeAutoButton: AxPtAutomationWindowButton | null

Optional exists

exists: boolean | null

Optional faders

faders: AxElementArray | null

Optional frame

frame: RectangleF | null | null

Optional fullRole

fullRole: string | null

Optional groups

groups: AxElementArray | null

Optional hasLiveValidUI

hasLiveValidUI: boolean | null

Optional hasValidUI

hasValidUI: boolean | null

Optional isCheckBoxChecked

isCheckBoxChecked: boolean | null

Optional isEnabled

isEnabled: boolean | null

Optional isFocused

isFocused: boolean | null

Optional isMenuChecked

isMenuChecked: boolean | null

Optional menuItems

menuItems: AxElementArray | null

Optional parent

parent: AxNode | null

Optional popupButtons

popupButtons: AxElementArray | null

Optional position

position: PointF | null | null

Optional previewButton

previewButton: AxPtAutomationWindowButton | null

Optional punchCaptureButton

punchCaptureButton: AxPtAutomationWindowButton | null

Optional punchPreviewButton

punchPreviewButton: AxPtAutomationWindowButton | null

Optional radioButtons

radioButtons: AxElementArray | null

Optional radioGroups

radioGroups: AxElementArray | null

Optional rawUIElementError

rawUIElementError: string | null

Optional role

role: string | null

Optional scrollAreas

scrollAreas: AxElementArray | null

Optional scrollBars

scrollBars: AxElementArray | null

Optional sheets

sheets: AxElementArray | null

Optional sliders

sliders: AxElementArray | null

Optional splitGroups

splitGroups: AxElementArray | null

Optional supportsAutoUpdate

supportsAutoUpdate: boolean | null

Optional suspendButton

suspendButton: AxPtAutomationWindowButton | null

Optional tabGroups

tabGroups: AxElementArray | null

Optional tables

tables: AxElementArray | null

Optional textAreas

textAreas: AxElementArray | null

Optional textFields

textFields: AxElementArray | null

Optional title

title: AxStringProperty | null

Optional uiElement

uiElement: AXUIElement | null

Optional uiElementError

uiElementError: string | null

Optional value

value: AxStringOrIntProperty | null

Optional writeAutoToNextBreakpointButton

writeAutoToNextBreakpointButton: AxPtAutomationWindowButton | null

Optional writeAutoToPunchPointButton

writeAutoToPunchPointButton: AxPtAutomationWindowButton | null

Optional writeAutoToSelectionButton

writeAutoToSelectionButton: AxPtAutomationWindowButton | null

Optional writeAutoToSelectionEndButton

writeAutoToSelectionEndButton: AxPtAutomationWindowButton | null

Optional writeAutoToSelectionStartButton

writeAutoToSelectionStartButton: AxPtAutomationWindowButton | null

Methods

checkboxSet

childrenByFullRole

childrenByRole

dialogClickButton

dialogEnterText

dialogOpenPopup

dialogSelectFolder

elementClick

elementRaise

elementSetTextAreaValue

elementSetTextFieldWithAreaValue

elementWaitFor

getElement

getElementAtPosition

getElements

getFirstOf

getFirstWithDescription

  • getFirstWithDescription(description: string): AxElement

getFirstWithDescriptionContaining

  • getFirstWithDescriptionContaining(description: string): AxElement

getFirstWithLabel

  • getFirstWithLabel(label: string): AxElement

getFirstWithLabelContaining

  • getFirstWithLabelContaining(label: string): AxElement

getFirstWithString

  • getFirstWithString(name: string, label: string): AxElement

getFirstWithStringContaining

  • getFirstWithStringContaining(name: string, label: string): AxElement

getFirstWithTitle

  • getFirstWithTitle(title: string): AxElement

getFirstWithTitleContaining

  • getFirstWithTitleContaining(title: string): AxElement

getMenuItem

  • getMenuItem(title: string): AxElement
  • getMenuItem(title: string, title2: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string, title5: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string, title5: string, title6: string): AxElement

getParentElement

getString

  • getString(attribute: string): string
  • Parameters

    • attribute: string

    Returns string

hasMenuItem

  • hasMenuItem(title: string): boolean
  • hasMenuItem(title: string, title2: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string, title5: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string, title5: string, title6: string): boolean
  • Parameters

    • title: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string
    • title5: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string
    • title5: string
    • title6: string

    Returns boolean

invalidate

mouseClickElement

popupMenuFetchAllItems

popupMenuOpenFromElement

popupMenuSelect

windowClose

windowGetScreen

windowMove

Generated using TypeDoc