XamlControlHelper Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Controls.XamlXamlControlHelper

Namespace:  ArtOfTest.WebAii.Controls.Xaml
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public static class XamlControlHelper

The XamlControlHelper type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCheckToggleButton
Public methodStatic memberFindElementByName
Searches from the root for an element with the specified name. This method doesn't timeout searching via FindStrategy.WhenNotVisibleReturnNull.
Public methodStatic memberFindElementByText
Searches from the root for an element with the specified text. This method doesn't timeout searching via FindStrategy.WhenNotVisibleReturnNull.
Public methodStatic memberFindElementByType
Searches from the root for an element with the specified type. This method doesn't timeout searching via FindStrategy.WhenNotVisibleReturnNull.
Public methodStatic memberNavigateCalendar
Public methodStatic memberOpenComboBoxDropDown
Public methodStatic memberOpenDatePickerCalendarPopup
Open the picker calendar popup.
Public methodStatic memberPressRepeatButton
Public methodStatic memberSelectCalendarDates
Public methodStatic memberSelectCalendarMonth
Public methodStatic memberSelectCalendarYear
Public methodStatic memberSetDatePickerText
Public methodStatic memberSetPassword
Public methodStatic memberSetSliderValue
Public methodStatic memberSetText
Public methodStatic memberZoomCalendarOut
Top
See Also

Reference