C# Class Pepino.ScenarioRunner.Selenium.Specs.Fakes.FakeNavigation

Inheritance: INavigation
Show file Open project: AcklenAvenue/Pepino

Public Properties

Property Type Description
Url string

Public Methods

Method Description
Back ( ) : void
Forward ( ) : void
GoToUrl ( Uri url ) : void
GoToUrl ( string url ) : void
Refresh ( ) : void

Method Details

Back() public method

public Back ( ) : void
return void

Forward() public method

public Forward ( ) : void
return void

GoToUrl() public method

public GoToUrl ( Uri url ) : void
url System.Uri
return void

GoToUrl() public method

public GoToUrl ( string url ) : void
url string
return void

Refresh() public method

public Refresh ( ) : void
return void

Property Details

Url public property

public string Url
return string