C# Class Sirius.CSharp.Client.Web.Classes.Page

TODO: Add documentation.
Inheritance: Frame
Exibir arquivo Open project: mkolisnyk/Sirius Class Usage Examples

Public Methods

Method Description
Back ( ) : void

TODO: Add documentation.

Forward ( ) : void

TODO: Add documentation.

Home ( ) : void

TODO: Add documentation.

Open ( string url ) : void

TODO: Add documentation.

Page ( WebClient client ) : System

Initializes a new instance of the Page class.

Page ( WebClient client, string locator ) : System

Initializes a new instance of the Page class.

Refresh ( ) : void

TODO: Add documentation.

SwitchTo ( Page page ) : void

TODO: Add documentation.

Title ( ) : string

TODO: Add documentation.

Method Details

Back() public method

TODO: Add documentation.
public Back ( ) : void
return void

Forward() public method

TODO: Add documentation.
public Forward ( ) : void
return void

Home() public method

TODO: Add documentation.
public Home ( ) : void
return void

Open() public method

TODO: Add documentation.
public Open ( string url ) : void
url string TODO: Add documentation for URL.
return void

Page() public method

Initializes a new instance of the Page class.
public Page ( WebClient client ) : System
client WebClient TODO: Add documentation for client.
return System

Page() public method

Initializes a new instance of the Page class.
public Page ( WebClient client, string locator ) : System
client WebClient TODO: Add documentation for client.
locator string TODO: Add documentation for locator.
return System

Refresh() public method

TODO: Add documentation.
public Refresh ( ) : void
return void

SwitchTo() public method

TODO: Add documentation.
public SwitchTo ( Page page ) : void
page Page TODO: Add documentation for page.
return void

Title() public method

TODO: Add documentation.
public Title ( ) : string
return string