AudioControlDescription Class
The description of a Web AudioControl test object.

C# Syntax

                            
                                public class AudioControlDescription : MediaControlDescription, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.Web.WebBaseDescription
            HP.LFT.SDK.Web.WebElementDescription
               HP.LFT.SDK.Web.MediaControlDescription
                  HP.LFT.SDK.Web.AudioControlDescription

Public Constructors
 NameDescription
Public ConstructorAudioControlDescription Constructor Initializes a new instance of the AudioControlDescription class.  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThe object's absolute coordinates relative to the screen (in pixels). 0,0 is always the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyAccessibilityNameThe label of the object (where no text label is available). (Inherited from HP.LFT.SDK.Web.WebElementDescription )
Public PropertyAttributesDescribes the object by its DOM attributes. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyClassNameThe object's CSS class (className property). (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyCSSSelectorThe path to the object in CSS format, for example, tr.BPTRow input. (Inherited from HP.LFT.SDK.Web.WebElementDescription )
Public PropertyCurrentSourceThe URL of the media file currently selected in the browser window. (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyDurationThe length of the currently selected media file (in milliseconds). (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyHasAutoPlayIndicates whether the media file should start playing as soon as it loads. (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyHasPlaybackControlsIndicates whether the media player should display playback controls. (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyIdThe object's HTML identifier. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description )
Public PropertyInnerHTMLThe HTML code contained between the object's start and end tags. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyInnerTextThe text contained between the object's start and end tags. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyIsMutedIndicates whether the media volume is muted. (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyIsPlayingIndicates whether the media file is currently playing. (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyIsPlayInLoopIndicates whether the media file should start playing again from the beginning as soon as it finishes playing. (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyIsVisibleIndicates whether the object is visible. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyLocationThe object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyNameThe object's name property. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyOuterHTMLThe object's HTML code and its content. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyOuterTextThe object's text. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyPlaybackRateIndicates the speed of the media playback. (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyPlaybackTimeThe current playback position in this media file (in milliseconds). (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyRoleProperty displaying the function of the specified object. For example, if the role property is listbox, the object functions as a listbox. (Inherited from HP.LFT.SDK.Web.WebElementDescription )
Public PropertySizeThe object's size (in pixels). (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertySourcesThe list of all media file source URLs (separated by ;). (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyStylesDescribes the object by its computed style. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyTagNameThe object's HTML tag. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyTitleThe object's title. (Inherited from HP.LFT.SDK.Web.WebBaseDescription )
Public PropertyVolumeIndicates the volume used when playing the media file. (Inherited from HP.LFT.SDK.Web.MediaControlDescription )
Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description )
Public PropertyXPathThe path to the object in XPath format, for example, //TR[@id='UFTDeveloper']/*/INPUT (Inherited from HP.LFT.SDK.Web.WebElementDescription )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top