Changes in watin.core from v1 (Version 1.1.4322.2032)<br> to v2 (Version 1.1.4322.2032)

Changes in WatiN.Core from 1.0.0.4000
to 1.1.0.4000

Removed Added
public class WatiN.Core.Attribute ()
--> NONE <--
  • Method: protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
WatiN.Core BaseComparer ()
n/a public abstract class WatiN.Core.BaseComparer
--> NONE <--
  • Constructor: protected BaseComparer ()
  • Method: public virtual bool Compare (string value)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
WatiN.Core BoolComparer ()
public class WatiN.Core.BoolComparer
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.BoolComparer
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Field: protected string valueToCompareWith
public class WatiN.Core.Button ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.CheckBox ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
WatiN.Core Div ()
public class WatiN.Core.Div
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.Div
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
WatiN.Core DomContainer ()
public abstract class WatiN.Core.DomContainer
(Please hover your mouse over the type to see the inheritance signatures)
public abstract class WatiN.Core.DomContainer
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Method: public void RunScript (string scriptCode)
  • Method: public void RunScript (string scriptCode, string language)
public class WatiN.Core.Element ()
  • Property: bool Exists { public get; }
  • Method: protected object getElement ()
  • Method: public void Refresh ()
  • Method: public void WaitUntil (string attributename, string expectedValue)
  • Method: public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method: public void WaitUntil (string attributename, Regex expectedValue)
  • Method: public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method: public void WaitUntil (attribute attribute)
  • Method: public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.ElementFinder ()
  • Constructor: public ElementFinder (ArrayList elementTags, IHTMLElementCollection elementsCollection)
  • Constructor: public ElementFinder (ArrayList elementTags, attribute findBy, IHTMLElementCollection elementsCollection)
  • Constructor: public ElementFinder (string tagName, string inputType, IHTMLElementCollection elementsCollection)
  • Constructor: public ElementFinder (string tagName, string inputType, attribute findBy, IHTMLElementCollection elementsCollection)
  • Field: protected readonly IHTMLElementCollection elementsCollection
  • Method: public static ElementFinder ButtonFinder (attribute findBy, IHTMLElementCollection elements)
  • Constructor: public ElementFinder (ArrayList elementTags, attribute findBy, IElementCollection elementCollection)
  • Constructor: public ElementFinder (ArrayList elementTags, IElementCollection elementCollection)
  • Constructor: public ElementFinder (string tagName, string inputType, attribute findBy, IElementCollection elementCollection)
  • Constructor: public ElementFinder (string tagName, string inputType, IElementCollection elementCollection)
  • Field: protected readonly IElementCollection elementCollection
  • Method: public static ElementFinder ButtonFinder (attribute findBy, IElementCollection elements)
WatiN.Core ElementsContainer ()
public class WatiN.Core.ElementsContainer
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.ElementsContainer
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public sealed class WatiN.Core.ElementsSupport ()
  • Method: public static CheckBox CheckBox (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static CheckBoxCollection CheckBoxes (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Div Div (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static DivCollection Divs (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Element Element (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static ElementCollection Elements (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static FileUpload FileUpload (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static FileUploadCollection FileUploads (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Form Form (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static FormCollection Forms (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Image Image (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static ImageCollection Images (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Label Label (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static LabelCollection Labels (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Link Link (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static LinkCollection Links (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Option Option (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static OptionCollection Options (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Para Para (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static ParaCollection Paras (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static RadioButton RadioButton (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static RadioButtonCollection RadioButtons (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static SelectList SelectList (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static SelectListCollection SelectLists (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Span Span (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static SpanCollection Spans (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static Table Table (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static TableBodyCollection TableBodies (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static TableBody TableBody (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static TableCell TableCell (DomContainer ie, string elementId, int index, IHTMLElementCollection elements)
  • Method: public static TableCell TableCell (DomContainer ie, Regex elementId, int index, IHTMLElementCollection elements)
  • Method: public static TableCell TableCell (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static TableCellCollection TableCells (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static TableRow TableRow (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static TableRowCollection TableRows (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static TableCollection Tables (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static TextField TextField (DomContainer ie, attribute findBy, IHTMLElementCollection elements)
  • Method: public static TextFieldCollection TextFields (DomContainer ie, IHTMLElementCollection elements)
  • Method: public static CheckBox CheckBox (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static CheckBoxCollection CheckBoxes (DomContainer ie, IElementCollection elements)
  • Method: public static Div Div (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static DivCollection Divs (DomContainer ie, IElementCollection elements)
  • Method: public static Element Element (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static ElementCollection Elements (DomContainer ie, IElementCollection elements)
  • Method: public static FileUpload FileUpload (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static FileUploadCollection FileUploads (DomContainer ie, IElementCollection elements)
  • Method: public static Form Form (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static FormCollection Forms (DomContainer ie, IElementCollection elements)
  • Method: public static Image Image (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static ImageCollection Images (DomContainer ie, IElementCollection elements)
  • Method: public static Label Label (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static LabelCollection Labels (DomContainer ie, IElementCollection elements)
  • Method: public static Link Link (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static LinkCollection Links (DomContainer ie, IElementCollection elements)
  • Method: public static Option Option (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static OptionCollection Options (DomContainer ie, IElementCollection elements)
  • Method: public static Para Para (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static ParaCollection Paras (DomContainer ie, IElementCollection elements)
  • Method: public static RadioButton RadioButton (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static RadioButtonCollection RadioButtons (DomContainer ie, IElementCollection elements)
  • Method: public static SelectList SelectList (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static SelectListCollection SelectLists (DomContainer ie, IElementCollection elements)
  • Method: public static Span Span (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static SpanCollection Spans (DomContainer ie, IElementCollection elements)
  • Method: public static Table Table (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static TableBodyCollection TableBodies (DomContainer ie, IElementCollection elements)
  • Method: public static TableBody TableBody (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static TableCell TableCell (DomContainer ie, string elementId, int index, IElementCollection elements)
  • Method: public static TableCell TableCell (DomContainer ie, Regex elementId, int index, IElementCollection elements)
  • Method: public static TableCell TableCell (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static TableCellCollection TableCells (DomContainer ie, IElementCollection elements)
  • Method: public static TableRow TableRow (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static TableRowCollection TableRows (DomContainer ie, IElementCollection elements)
  • Method: public static TableCollection Tables (DomContainer ie, IElementCollection elements)
  • Method: public static TextField TextField (DomContainer ie, attribute findBy, IElementCollection elements)
  • Method: public static TextFieldCollection TextFields (DomContainer ie, IElementCollection elements)
public class WatiN.Core.FileUpload ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.For ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
WatiN.Core Form ()
public class WatiN.Core.Form
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.Form
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
WatiN.Core HtmlDialog ()
public class WatiN.Core.HtmlDialog
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.HtmlDialog
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Method (i): public void RunScript (string scriptCode)
  • Method (i): public void RunScript (string scriptCode, string language)
public class WatiN.Core.Id ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
WatiN.Core IE ()
public class WatiN.Core.IE
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.IE
(Please hover your mouse over the type to see the inheritance signatures)
--> NONE <--
  • Method (i): public void RunScript (string scriptCode)
  • Method (i): public void RunScript (string scriptCode, string language)
public class WatiN.Core.Image ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.Index ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
WatiN.Core Label ()
public class WatiN.Core.Label
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.Label
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.Link ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.Name ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
WatiN.Core Not ()
n/a public class WatiN.Core.Not
--> NONE <--
  • Constructor: public Not (attribute attribute)
  • Field: protected attribute andAttribute
  • Field: protected ICompare comparer
  • Field: protected attribute lastAddedAttribute
  • Field: protected attribute lastAddedOrAttribute
  • Field: protected attribute orAttribute
  • Method (i): public attribute And (attribute attribute)
  • Method: public override bool Compare (IAttributeBag attributeBag)
  • Method (i): protected virtual bool doCompare (IAttributeBag attributeBag)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected virtual void LockCompare ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public attribute Or (attribute attribute)
  • Method (i): public virtual string ToString ()
  • Method (i): protected virtual void UnLockCompare ()
  • Property: virtual string AttributeName { public get; }
  • Property: virtual string Value { public get; }
public class WatiN.Core.Option ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
WatiN.Core Para ()
public class WatiN.Core.Para
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.Para
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.RadioButton ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.RadioCheck ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
WatiN.Core RegexComparer ()
public class WatiN.Core.RegexComparer
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.RegexComparer
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public virtual bool Compare (string value)
  • Method: public override bool Compare (string value)
public class WatiN.Core.SelectList ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Nested Type: public class ElementCollection
  • Property: virtual bool Exists { public get; }
WatiN.Core Span ()
public class WatiN.Core.Span
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.Span
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.Src ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
WatiN.Core StringComparer ()
public class WatiN.Core.StringComparer
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.StringComparer
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public virtual bool Compare (string value)
  • Method: public override bool Compare (string value)
public class WatiN.Core.StyleAttribute ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
WatiN.Core Table ()
public class WatiN.Core.Table
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.Table
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Nested Type: public class ElementsInFirstTBody
  • Nested Type: public abstract class TableElementCollectionsBase
  • Nested Type: public class TBodies
  • Property: virtual bool Exists { public get; }
WatiN.Core TableBody ()
public class WatiN.Core.TableBody
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.TableBody
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Nested Type: public class Rows
  • Property: virtual bool Exists { public get; }
WatiN.Core TableCell ()
public class WatiN.Core.TableCell
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.TableCell
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
WatiN.Core TableElementCollectionsBase ()
n/a public abstract class WatiN.Core.TableElementCollectionsBase
--> NONE <--
  • Constructor: public TableElementCollectionsBase (Table table)
  • Field: protected Table table
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: abstract IHTMLElementCollection Elements { public get; }
WatiN.Core TableRow ()
public class WatiN.Core.TableRow
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.TableRow
(Please hover your mouse over the type to see the inheritance signatures)
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.TableRowFinder ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
public class WatiN.Core.Text ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
public class WatiN.Core.TextField ()
  • Property: bool Exists { public get; }
  • Method (i): protected object getElement ()
  • Method (i): public void Refresh ()
  • Method (i): public void WaitUntil (string attributename, string expectedValue)
  • Method (i): public void WaitUntil (string attributename, string expectedValue, int timeout)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue)
  • Method (i): public void WaitUntil (string attributename, Regex expectedValue, int timeout)
  • Method (i): public void WaitUntil (attribute attribute)
  • Method (i): public void WaitUntil (attribute attribute, int timeout)
  • Property: virtual bool Exists { public get; }
public class WatiN.Core.Title ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
WatiN.Core UriComparer ()
public class WatiN.Core.UriComparer
(Please hover your mouse over the type to see the inheritance signatures)
public class WatiN.Core.UriComparer
(Please hover your mouse over the type to see the inheritance signatures)
  • Method: public virtual bool Compare (string value)
  • Method: public override bool Compare (string value)
public class WatiN.Core.Url ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
public sealed class WatiN.Core.UtilityClass ()
  • Method: public static void ShowFrames (Document document)
  • Method: public static void DumpElements (Document document, ILogWriter logWriter)
  • Method: public static void DumpElementsWithHtmlSource (Document document, ILogWriter logWriter)
  • Method: public static void DumpFrames (Document document)
  • Method: public static void DumpFrames (Document document, ILogWriter logWriter)
public class WatiN.Core.Value ()
--> NONE <--
  • Method (i): protected bool EvaluateAndOrAttributes (IAttributeBag attributeBag, bool initialReturnValue)
public class WatiN.Core.DialogHandlers.DialogWatcher ()
--> NONE <--
  • Constructor: public DialogWatcher (int ieProcessId)
  • Method: public void HandleWindow (Window window)
  • Property: Exception LastException { public get; }
WatiN.Core.DialogHandlers FileDownloadHandler ()
n/a public class WatiN.Core.DialogHandlers.FileDownloadHandler
--> NONE <--
  • Constructor: public FileDownloadHandler (string filename)
  • Constructor: public FileDownloadHandler (FileDownloadOption option)
  • Method (i): public virtual bool Equals (object obj)
  • Method: public bool Exists (Window dialog)
  • Method: public bool ExistsOrNull (Window dialog)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public Type GetType ()
  • Method: public override bool HandleDialog (Window window)
  • Method: public bool IsDownloadProgressDialog (Window window)
  • Method: public bool IsFileDownloadDialog (Window window)
  • Method: public bool IsFileSaveDialog (Window window)
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Method: public void WaitUntilDownloadCompleted (int waitDurationInSeconds)
  • Method: public void WaitUntilFileDownloadDialogIsHandled (int waitDurationInSeconds)
  • Property: bool HasHandledFileDownloadDialog { public get; }
  • Property: string SaveAsFilename { public get; }
FileDownloadOption ()
n/a public sealed enum WatiN.Core.DialogHandlers.FileDownloadOption
                    Run = 0,
                    Save = 1,
                    Open = 2,
                    Cancel = 3,
--> NONE <-- --> NONE <--
public class WatiN.Core.DialogHandlers.Window ()
  • Method: public bool Exists ()
  • Method: public void ForceClose ()
  • Method: public bool IsDialog ()
  • Property: string ClassName { public get; }
  • Property: IntPtr Hwnd { public get; }
  • Property: long Style { public get; }
  • Property: string StyleInHex { public get; }
  • Property: string Title { public get; }
  • Property: bool Visible { public get; }
  • Method: public virtual bool Exists ()
  • Method: public virtual void ForceClose ()
  • Method: public virtual bool IsDialog ()
  • Method: public virtual void SetActivate ()
  • Method: public virtual void ToFront ()
  • Property: virtual string ClassName { public get; }
  • Property: virtual IntPtr Hwnd { public get; }
  • Property: virtual IntPtr ParentHwnd { public get; }
  • Property: virtual long Style { public get; }
  • Property: virtual string StyleInHex { public get; }
  • Property: virtual string Title { public get; }
  • Property: virtual bool Visible { public get; }
WatiN.Core.Exceptions RunScriptException ()
n/a public class WatiN.Core.Exceptions.RunScriptException
--> NONE <--
  • Constructor: public RunScriptException (Exception innerException)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual Exception GetBaseException ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): public virtual string ToString ()
  • Property: virtual string HelpLink { public get; public set; }
  • Property: protected int HResult { }
  • Property: Exception InnerException { public get; }
  • Property: virtual string Message { public get; }
  • Property: virtual string Source { public get; public set; }
  • Property: virtual string StackTrace { public get; }
  • Property: MethodBase TargetSite { public get; }
public class WatiN.Core.Exceptions.TimeoutException ()
--> NONE <--
  • Constructor: public TimeoutException (string value, Exception innerException)
WatiN.Core.Interfaces IElementCollection ()
n/a public interface WatiN.Core.Interfaces.IElementCollection
--> NONE <--
  • Property: IHTMLElementCollection Elements { public get; }

TopSummary