Browser
Class
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class Browser : IAutomationHost, ISupportSearchHost, IAnnotationHost
Inheritance: objectBrowser
Derived Classes:
Implements:
Properties
C#
public bool AutoDomRefresh { get; set; }
C#
public bool AutoWaitUntilReady { get; set; }
C#
public BrowserType BrowserType { get; }
C#
public int CommandTimeOut { get; set; }
C#
public virtual Rectangle ContentRectangle { get; }
C#
public virtual Window ContentWindow { get; }
Implements:
C#
public CookiesManager Cookies { get; }
C#
public DateTime CreationTime { get; }
C#
public HtmlTreeBuilder DomTree { get; }
C#
public Element FrameElement { get; }
C#
public virtual FramesCollection Frames { get; }
C#
public string FriendlyName { get; }
Implements:
C#
public virtual bool IsConnected { get; }
C#
public bool IsIEDialog { get; }
C#
public virtual object NativeInstance { get; }
C#
public NameValueCollection QueryString { get; }
C#
public TestRegionCollection Regions { get; }
C#
public string StateHashCode { get; }
Implements:
C#
public TechnologyType TechnologyType { get; }
Implements:
C#
public string ViewSourceString { get; }
Methods
C#
public virtual void Close()
C#
public virtual BrowserCommand ExecuteCommand(BrowserCommand request)
BrowserCommand
C#
public virtual void GoBack()
C#
public virtual void GoForward()
C#
public IList<ITargetElement> LocateAllInHost(string[] expression)
Implements:
C#
public ITargetElement LocateInHost(string[] expression)
Implements:
C#
public virtual void PrepareFrameForClosing()
C#
public virtual void Refresh()
C#
public virtual void Stop()
C#
public virtual void ToggleFullScreen()
C#
public static Point TranslateBrowserOffset(BrowserType sourceBrowser, BrowserType destinationBrowser, Point sourceOffset)
C#
public void UpdateInterHostLinks()
Implements:
C#
public Element WaitForElement(HtmlFindExpression expression, int timeout, bool invertCondition)
C#
public virtual void WaitUntilReady()
Events
C#
public event EventHandler<BrowserCommandEventArgs> AfterCommandExecuted
C#
public event EventHandler<BrowserCommandEventArgs> BeforeCommandExecuted
C#
public event EventHandler Closing
C#
public event EventHandler DomRefreshed