HtmlVideo Class

Definition

public ref class HtmlVideo : Microsoft::VisualStudio::TestTools::UITesting::HtmlControls::HtmlMedia
[System.CLSCompliant(true)]
public class HtmlVideo : Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlMedia
[<System.CLSCompliant(true)>]
type HtmlVideo = class
    inherit HtmlMedia
Public Class HtmlVideo
Inherits HtmlMedia
Inheritance
Attributes

Constructors

HtmlVideo()
HtmlVideo(UITestControl)

Properties

AccessKey (Inherited from HtmlControl)
AutoPlay (Inherited from HtmlMedia)
BoundingRectangle (Inherited from UITestControl)
Class (Inherited from HtmlControl)
ClassName (Inherited from UITestControl)
Container (Inherited from UITestControl)
ControlDefinition (Inherited from HtmlControl)
Controls (Inherited from HtmlMedia)
ControlType (Inherited from UITestControl)
CurrentSrc (Inherited from HtmlMedia)
CurrentTime (Inherited from HtmlMedia)
CurrentTimeAsString (Inherited from HtmlMedia)
Duration (Inherited from HtmlMedia)
DurationAsString (Inherited from HtmlMedia)
Enabled (Inherited from UITestControl)
Ended (Inherited from HtmlMedia)
Exists (Inherited from UITestControl)
FilterProperties (Inherited from UITestControl)
FriendlyName (Inherited from UITestControl)
HasFocus (Inherited from UITestControl)
Height (Inherited from UITestControl)
HelpText (Inherited from HtmlControl)
Id (Inherited from HtmlControl)
InnerText (Inherited from HtmlControl)
IsTopParent (Inherited from UITestControl)
Left (Inherited from UITestControl)
Loop (Inherited from HtmlMedia)
Muted (Inherited from HtmlMedia)
Name (Inherited from UITestControl)
NativeElement (Inherited from UITestControl)
Paused (Inherited from HtmlMedia)
PlaybackRate (Inherited from HtmlMedia)
Poster
ReadyState (Inherited from HtmlMedia)
SearchConfigurations (Inherited from UITestControl)
SearchProperties (Inherited from UITestControl)
SearchPropertiesSetExplicitly (Inherited from UITestControl)
Seeking (Inherited from HtmlMedia)
Src (Inherited from HtmlMedia)
State (Inherited from UITestControl)
TagInstance (Inherited from HtmlControl)
TagName (Inherited from HtmlControl)
TechnologyName (Inherited from UITestControl)
Title (Inherited from HtmlControl)
Top (Inherited from UITestControl)
TopParent (Inherited from UITestControl)
Type (Inherited from HtmlControl)
ValueAttribute (Inherited from HtmlControl)
VideoHeight
VideoWidth
Volume (Inherited from HtmlMedia)
Width (Inherited from UITestControl)
WindowHandle (Inherited from UITestControl)
WindowTitles (Inherited from UITestControl)

Methods

CaptureImage() (Inherited from UITestControl)
CopyFrom(UITestControl) (Inherited from UITestControl)
DrawHighlight() (Inherited from UITestControl)
EnsureClickable() (Inherited from UITestControl)
EnsureClickable(Point) (Inherited from UITestControl)
Equals(Object) (Inherited from UITestControl)
Find() (Inherited from UITestControl)
FindMatchingControls() (Inherited from UITestControl)
GetChildren() (Inherited from UITestControl)
GetClickablePoint() (Inherited from UITestControl)
GetHashCode() (Inherited from UITestControl)
GetParent() (Inherited from UITestControl)
GetProperty(String) (Inherited from UITestControl)
GetUITestControlsForSearch() (Inherited from UITestControl)
Mute() (Inherited from HtmlMedia)
Pause() (Inherited from HtmlMedia)
Pause(TimeSpan) (Inherited from HtmlMedia)
Play() (Inherited from HtmlMedia)
Play(TimeSpan) (Inherited from HtmlMedia)
Seek(TimeSpan) (Inherited from HtmlMedia)
SetFocus() (Inherited from UITestControl)
SetProperty(String, Object) (Inherited from UITestControl)
SetVolume(Single) (Inherited from HtmlMedia)
ToString() (Inherited from UITestControl)
TryFind() (Inherited from UITestControl)
TryGetClickablePoint(Point) (Inherited from UITestControl)
Unmute() (Inherited from HtmlMedia)
WaitForControlCondition(Predicate<UITestControl>) (Inherited from UITestControl)
WaitForControlCondition(Predicate<UITestControl>, Int32) (Inherited from UITestControl)
WaitForControlEnabled() (Inherited from UITestControl)
WaitForControlEnabled(Int32) (Inherited from UITestControl)
WaitForControlExist() (Inherited from UITestControl)
WaitForControlExist(Int32) (Inherited from UITestControl)
WaitForControlNotExist() (Inherited from UITestControl)
WaitForControlNotExist(Int32) (Inherited from UITestControl)
WaitForControlPropertyEqual(String, Object) (Inherited from UITestControl)
WaitForControlPropertyEqual(String, Object, Int32) (Inherited from UITestControl)
WaitForControlPropertyNotEqual(String, Object) (Inherited from UITestControl)
WaitForControlPropertyNotEqual(String, Object, Int32) (Inherited from UITestControl)
WaitForControlReady() (Inherited from UITestControl)
WaitForControlReady(Int32) (Inherited from UITestControl)

Applies to