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

Inheritance: INavigation
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Свойство Type Description
Url string

Méthodes publiques

Méthode Description
Back ( ) : void
Forward ( ) : void
GoToUrl ( Uri url ) : void
GoToUrl ( string url ) : void
Refresh ( ) : void

Method Details

Back() public méthode

public Back ( ) : void
Résultat void

Forward() public méthode

public Forward ( ) : void
Résultat void

GoToUrl() public méthode

public GoToUrl ( Uri url ) : void
url System.Uri
Résultat void

GoToUrl() public méthode

public GoToUrl ( string url ) : void
url string
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Property Details

Url public_oe property

public string Url
Résultat string