AreEqual | Overloaded. Asserts that two "rows" of strings are identical. |
AreEqualIgnoringOrder | Overloaded. Asserts that two "tables" of strings are identical, but permits ordering differences. Individual rows in the tables must match, but the order of the rows may differ. |
CurrentUrlEndsWith | Overloaded. Asserts that the default browser's current URL ends with a specific string. Start your expectedEndOfUrl with a '/' for maximum accuracy. |
NotVisible | Overloaded. Asserts that a specific control is not on the current web page, or if it is, its "Visible" parameter is set to "false." This method does not distinguish between non-existant controls and non-visible controls: use with caution. |
Sorted | Overloaded. Asserts that the "rows" in a "table" of strings are sorted. |
TableContainsRow | Asserts that a "table" of strings contains a particular "row." |
Visible | Overloaded. Asserts that a specific control is on the current web page, with the "Visible" parameter set to "true." This method does not assert that the control is actually visible to the user. |
WebAssert Constructor | Initializes a new instance of the WebAssert class. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |