Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Pepino
ScenarioRunner
Selenium
Specs
Fakes
FakeNavigation
C# Class Pepino.ScenarioRunner.Selenium.Specs.Fakes.FakeNavigation
Inheritance:
INavigation
Exibir arquivo
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_oe property
public
string
Url
return
string