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
Selenium
EnterTextBrowserStepStrategy
C# Class Pepino.Selenium.EnterTextBrowserStepStrategy
Inheritance:
IBrowserStepStrategy
Exibir arquivo
Open project: AcklenAvenue/Pepino
Public Methods
Method
Description
IsFor
(
Type
stepType
) :
bool
Run
(
IWebDriver
webDriver
,
Step
step
) :
void
Method Details
IsFor()
public
method
public
IsFor
(
Type
stepType
) :
bool
stepType
System.Type
return
bool
Run()
public
method
public
Run
(
IWebDriver
webDriver
,
Step
step
) :
void
webDriver
IWebDriver
step
Pepino.Domain.Entities.Step
return
void