共用方式為


BrowserWindow 類別

表示瀏覽器視窗的類別

繼承階層架構

Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl
    Microsoft.VisualStudio.TestTools.UITesting.ApplicationBase
      Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
        Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
<CLSCompliantAttribute(True)> _
Public Class BrowserWindow _
    Inherits ApplicationUnderTest
[CLSCompliantAttribute(true)]
public class BrowserWindow : ApplicationUnderTest
[CLSCompliantAttribute(true)]
public ref class BrowserWindow : public ApplicationUnderTest
[<CLSCompliantAttribute(true)>]
type BrowserWindow =  
    class 
        inherit ApplicationUnderTest 
    end
public class BrowserWindow extends ApplicationUnderTest

BrowserWindow 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 BrowserWindow

回頁首

屬性

  名稱 描述
公用屬性靜態成員 AllowPopups
公用屬性 AlwaysOnTop 取得值,這個值表示應用程式視窗是否永遠出現在上方。 (繼承自 ApplicationUnderTest)。
公用屬性 BoundingRectangle (繼承自 UITestControl)。
公用屬性 ClassName (繼承自 UITestControl)。
公用屬性 CloseOnPlaybackCleanup (繼承自 ApplicationBase)。
公用屬性 Container (繼承自 UITestControl)。
公用屬性 ControlType (繼承自 UITestControl)。
公用屬性靜態成員 CurrentBrowser
公用屬性 CurrentDocumentWindow
公用屬性 Enabled (繼承自 UITestControl)。
公用屬性 Exists (繼承自 UITestControl)。
公用屬性 FilterProperties (繼承自 UITestControl)。
公用屬性 FriendlyName (繼承自 UITestControl)。
公用屬性 HasFocus (繼承自 UITestControl)。
公用屬性 HasTitleBar 取得值,這個值表示應用程式視窗控制項是否有標題列。 (繼承自 ApplicationUnderTest)。
公用屬性 Height (繼承自 UITestControl)。
公用屬性 IsTopParent (繼承自 UITestControl)。
公用屬性 Left (繼承自 UITestControl)。
公用屬性 Maximized 取得或設定值,這個值表示應用程式視窗是否已最大化。 (繼承自 ApplicationUnderTest)。
公用屬性 Minimized 取得或設定值,這個值表示應用程式視窗是否已最小化。 (繼承自 ApplicationUnderTest)。
公用屬性 Name (繼承自 UITestControl)。
公用屬性 NativeElement (繼承自 UITestControl)。
公用屬性 Popup 取得值,這個值表示應用程式視窗是否為快顯視窗。 (繼承自 ApplicationUnderTest)。
公用屬性 Process 取得或設定基礎 Process 物件。 (繼承自 ApplicationUnderTest)。
公用屬性 Resizable 取得值,這個值表示應用程式視窗是否可以調整大小。 (繼承自 ApplicationUnderTest)。
公用屬性 Restored 取得或設定值,這個值表示應用程式視窗是否已還原。 (繼承自 ApplicationUnderTest)。
公用屬性 SearchConfigurations (繼承自 UITestControl)。
公用屬性 SearchProperties (繼承自 UITestControl)。
受保護的屬性 SearchPropertiesSetExplicitly (繼承自 UITestControl)。
公用屬性 ShowInTaskbar 取得或設定值,這個值表示程式圖示是否出現在工作列中。 (繼承自 ApplicationUnderTest)。
公用屬性 State (繼承自 UITestControl)。
公用屬性 TechnologyName (繼承自 UITestControl)。
公用屬性 Title 取得或設定待測應用程式的標題。 (繼承自 ApplicationUnderTest)。
公用屬性 Top (繼承自 UITestControl)。
公用屬性 TopParent (繼承自 UITestControl)。
公用屬性 Transparent 取得值,這個值表示應用程式視窗是否透明。 (繼承自 ApplicationUnderTest)。
公用屬性 Uri
公用屬性 Version
公用屬性 Width (繼承自 UITestControl)。
公用屬性 WindowHandle (繼承自 UITestControl)。
公用屬性 WindowTitles (繼承自 UITestControl)。

回頁首

方法

  名稱 描述
公用方法 Back
公用方法 CaptureImage (繼承自 UITestControl)。
公用方法靜態成員 ClearCache
公用方法靜態成員 ClearCookies
公用方法 Close 關閉瀏覽器。 (覆寫 ApplicationUnderTest.Close()。)
公用方法 CopyFrom (覆寫 UITestControl.CopyFrom(UITestControl)。)
公用方法 Dispose() 釋放 ApplicationUnderTest 所使用的所有資源。 (繼承自 ApplicationUnderTest)。
受保護的方法 Dispose(Boolean) (覆寫 ApplicationUnderTest.Dispose(Boolean)。)
公用方法 DrawHighlight (繼承自 UITestControl)。
公用方法 EnsureClickable() (繼承自 UITestControl)。
公用方法 EnsureClickable(Point) (繼承自 UITestControl)。
公用方法 Equals (繼承自 UITestControl)。
公用方法 ExecuteScript
受保護的方法 Finalize 在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。
公用方法 Find 在使用者介面中尋找這個應用程式視窗。 (繼承自 ApplicationUnderTest)。
公用方法 FindMatchingControls (繼承自 UITestControl)。
公用方法 Forward
公用方法靜態成員 FromProcess
公用方法 GetChildren (繼承自 UITestControl)。
公用方法 GetClickablePoint (繼承自 UITestControl)。
公用方法 GetHashCode (繼承自 UITestControl)。
公用方法 GetParent (繼承自 UITestControl)。
公用方法 GetProperty (繼承自 UITestControl)。
公用方法 GetType 取得目前實例 Type 的屬性。 (繼承自 Object)。
受保護的方法 GetUITestControlsForSearch (繼承自 UITestControl)。
公用方法靜態成員 Launch()
公用方法靜態成員 Launch(array<String[])
公用方法靜態成員 Launch(Uri)
公用方法靜態成員 Locate
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。
公用方法 NavigateToHomepage
公用方法 NavigateToUrl
公用方法 PerformDialogAction(BrowserDialogAction)
公用方法 PerformDialogAction(BrowserDialogAction, Object)
公用方法 Refresh
公用方法 SetFocus (繼承自 UITestControl)。
公用方法 SetProperty (繼承自 UITestControl)。
受保護的方法 Shutdown 強制應用程式關閉。 (繼承自 ApplicationUnderTest)。
公用方法 StopPageLoad
公用方法 ToString (繼承自 UITestControl)。
公用方法 TryFind (繼承自 UITestControl)。
公用方法 TryGetClickablePoint(Point%) (繼承自 UITestControl)。
公用方法 WaitForControlCondition(Predicate<UITestControl>) (繼承自 UITestControl)。
公用方法 WaitForControlCondition(Predicate<UITestControl>, Int32) (繼承自 UITestControl)。
公用方法 WaitForControlEnabled() (繼承自 UITestControl)。
公用方法 WaitForControlEnabled(Int32) (繼承自 UITestControl)。
公用方法 WaitForControlExist() (繼承自 UITestControl)。
公用方法 WaitForControlExist(Int32) (繼承自 UITestControl)。
公用方法 WaitForControlNotExist() (繼承自 UITestControl)。
公用方法 WaitForControlNotExist(Int32) (繼承自 UITestControl)。
公用方法 WaitForControlPropertyEqual(String, Object) (繼承自 UITestControl)。
公用方法 WaitForControlPropertyEqual(String, Object, Int32) (繼承自 UITestControl)。
公用方法 WaitForControlPropertyNotEqual(String, Object) (繼承自 UITestControl)。
公用方法 WaitForControlPropertyNotEqual(String, Object, Int32) (繼承自 UITestControl)。
公用方法 WaitForControlReady() (繼承自 UITestControl)。
公用方法 WaitForControlReady(Int32) (繼承自 UITestControl)。

回頁首

備註

沒有要更新的內容,請不要在這裡新增資料。

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.TestTools.UITesting 命名空間