-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicenow.json
37 lines (37 loc) · 1008 Bytes
/
servicenow.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
37
{
"url": "https://careers.servicenow.com/en/jobs/?search=&team=Engineering%2C+Infrastructure+and+Operations&team=Digital+Technology&country=India&pagesize=50#results",
"detailsInJobPage": "true",
"fixedCompanyName": "ServiceNow",
"logo": {
"fixed": "https://careers.servicenow.com/images/logo.svg"
},
"postName": {
"locator": "//h1",
"type": "xpath"
},
"jobLocation": {
"locator": "//*[@id=\"content\"]/section[1]/div/div/div/ul/li[2]/a[1]",
"type": "xpath"
},
"experience": {
"locator": "NA",
"type": "xpath"
},
"jobDescription": {
"locator": "//*[@id=\"js-job-detail\"]/div/div/article",
"type": "xpath"
},
"jobURL": {
"locator": "//*[@id=\"js-job-search-results\"]/div/div/h2/a",
"type": "xpath"
},
"pageJobsCount": {
"locator": "//*[@id=\"results\"]/div[1]/div/p/strong[2]",
"type": "xpath",
"hasCountInText": "true"
},
"nextPage": {
"locator": "//*[@id=\"results\"]/nav/ul/li[4]",
"type": "xpath"
}
}