-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrippling.json
36 lines (36 loc) · 961 Bytes
/
rippling.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"url": "https://www.rippling.com/careers/open-roles",
"detailsInJobPage": "true",
"fixedCompanyName": "Rippling",
"logo": {
"fixed": "https://play-lh.googleusercontent.com/JmTADHoAPMDtXtseUpGpBTxHzeS8og8gxFKFjsz2xdjhMR9P-nC2cnabkOTWCjcSEyDU=w600-h300-pc0xffffff-pd"
},
"postName": {
"locator": "//h2",
"type": "xpath"
},
"jobLocation": {
"locator": "//*[@id=\"__next\"]/div/div[1]/div/div[2]/div/div[2]/div[1]/div[2]/p",
"type": "xpath"
},
"experience": {
"locator": "NA",
"type": "xpath"
},
"jobDescription": {
"locator": "//*[@id=\"__next\"]/div/div[1]/div/div[2]/div/div[1]/div[1]/div",
"type": "xpath"
},
"jobURL": {
"locator": "//div/a/p[contains(text(),'Engineering')]/parent::*",
"type": "xpath"
},
"pageJobsCount": {
"locator": "//div/a/p[contains(text(),'Engineering')]/parent::*",
"type": "xpath"
},
"nextPage": {
"locator": "NA",
"type": "xpath"
}
}