UNPKG
@jomari-wp/linkedin-jobs-scraper
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Scrape public available jobs on Linkedin using headless browser
@jomari-wp/linkedin-jobs-scraper
/
build
/
scraper
/
strategies
/
RunStrategy.js
11 lines
(10 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
RunStrategy
=
void
0
;
class
RunStrategy
{
constructor
(
scraper, session
) {
this
.
scraper
= scraper;
this
.
session
= session; } }
exports
.
RunStrategy
=
RunStrategy
;