Continuum for C#
Loading...
Searching...
No Matches
LevelAccess.Continuum.Metadata Class Reference

This class encapsulates information about the current page on the WebDriver instance. More...

Public Member Functions

override bool Equals (object obj)
 Determines whether two metadata objects match.
 
override int GetHashCode ()
 Gets a hash code for this standard. If standards A and B are such that A.Equals(B), then they will return the same hash code.
 

Public Attributes

readonly string ContentType
 Gets the MIME type of the current page.
 
readonly string Title
 Gets the title of the current page.
 
readonly string RedirectUrl
 Gets the URL of the current page.
 
readonly long Width
 Gets the width of the browser window.
 
readonly long Height
 Gets the height of the browser window.
 
readonly long DocWidth
 Gets the width of the document.
 
readonly long DocHeight
 Gets the height of the document.
 
readonly string Orientation
 Gets the orientation of the window.
 
readonly string UserAgent
 Gets the user agent of the browser.
 
readonly bool EngineSuccess
 Indicates whether the accessibility tests were executed successfully.
 

Detailed Description

This class encapsulates information about the current page on the WebDriver instance.

Member Function Documentation

◆ Equals()

override bool LevelAccess.Continuum.Metadata.Equals ( object obj)
inline

Determines whether two metadata objects match.

Parameters
objMetadata object to compare with.
Returns
Whether the two metadata objects match.

◆ GetHashCode()

override int LevelAccess.Continuum.Metadata.GetHashCode ( )
inline

Gets a hash code for this standard. If standards A and B are such that A.Equals(B), then they will return the same hash code.

Returns
Hash code generated from standard Id and Name fields.

The documentation for this class was generated from the following file: