Class PageInformation
Class to represent information on a page.
Inheritance
System.Object
PageInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public class PageInformation
Properties
| Improve this Doc View SourceBrowserPageTitle
Gets or sets the title found on the page the browser is on..
Declaration
public string BrowserPageTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProvidedPageTitle
Gets or sets the title provided by the user for the page.
Declaration
public string ProvidedPageTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |