-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwalmart.json
37 lines (37 loc) · 903 Bytes
/
walmart.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://one.walmart.com/content/globaltechindia/en_in/results.html?country=india",
"detailsInJobPage": "true",
"fixedCompanyName": "Walmart",
"logo": {
"fixed": "https://one.walmart.com/content/globaltechindia/en_in/tools/header/_jcr_content/header.img.png"
},
"postName": {
"locator": "(//h2)[1]",
"type": "xpath"
},
"jobLocation": {
"locator": "(//dl/dd)[1]",
"type": "xpath"
},
"experience": {
"locator": "NA",
"type": "xpath"
},
"jobDescription": {
"locator": "//div[3]/div[2]/div",
"type": "xpath"
},
"jobURL": {
"locator": "//div[@class=\"result-title-wrapper\"]/div/a",
"type": "xpath"
},
"pageJobsCount": {
"locator": "//div[@class=\"result-heading\"]/p",
"type": "xpath",
"hasCountInText": "true"
},
"nextPage": {
"locator": "//div[@class=\"loadmore\"]/button",
"type": "xpath"
}
}