effect-playwright
Preparing search index...
index
PlaywrightWorker
Class PlaywrightWorker
Since
0.1.2
Hierarchy
Readonly
<
{
evaluate
:
<
R
,
Arg
=
void
>
(
pageFunction
:
PageFunction
<
Arg
,
R
>
,
arg
?:
Arg
,
)
=>
Effect
<
R
,
PlaywrightError
>
;
url
:
Effect
<
string
>
;
}
,
>
&
{
_tag
:
"PlaywrightWorker"
}
PlaywrightWorker
Index
Constructors
constructor
Properties
_
tag
evaluate
url
Methods
make
Constructors
constructor
new
PlaywrightWorker
(
args
:
{
evaluate
:
<
R
,
Arg
=
void
>
(
pageFunction
:
PageFunction
<
Arg
,
R
>
,
arg
?:
Arg
,
)
=>
Effect
<
R
,
PlaywrightError
>
;
url
:
Effect
<
string
>
;
}
,
)
:
PlaywrightWorker
Parameters
args
:
{
evaluate
:
<
R
,
Arg
=
void
>
(
pageFunction
:
PageFunction
<
Arg
,
R
>
,
arg
?:
Arg
,
)
=>
Effect
<
R
,
PlaywrightError
>
;
url
:
Effect
<
string
>
;
}
Returns
PlaywrightWorker
Properties
Readonly
_
tag
_tag
:
"PlaywrightWorker"
Readonly
evaluate
evaluate
:
<
R
,
Arg
=
void
>
(
pageFunction
:
PageFunction
<
Arg
,
R
>
,
arg
?:
Arg
,
)
=>
Effect
<
R
,
PlaywrightError
>
Readonly
url
url
:
Effect
<
string
>
Methods
Static
make
make
(
worker
:
Worker
)
:
PlaywrightWorker
Parameters
worker
:
Worker
Returns
PlaywrightWorker
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
tag
evaluate
url
Methods
make
effect-playwright
Loading...
Since
0.1.2