-
Notifications
You must be signed in to change notification settings - Fork 0
/
amd.json
37 lines (37 loc) · 908 Bytes
/
amd.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.amd.com/careers-home/jobs?location=India&stretch=10&stretchUnit=MILES&page=1&sortBy=posted_date&descending=true",
"detailsInJobPage": "true",
"fixedCompanyName": "AMD",
"logo": {
"fixed": "https://cms.jibecdn.com/prod/amd/assets/HEADER-NAV_LOGO-en-us-1666176510860.png"
},
"postName": {
"locator": "//h1",
"type": "xpath"
},
"jobLocation": {
"locator": "(//li)[16]",
"type": "xpath"
},
"experience": {
"locator": "NA",
"type": "xpath"
},
"jobDescription": {
"locator": "//article[@id=\"description-body\"]",
"type": "xpath"
},
"jobURL": {
"locator": "//*/span[1]/mat-panel-title/p[1]/a",
"type": "xpath"
},
"pageJobsCount": {
"locator": "//*[@id=\"mat-select-value-13\"]",
"type": "xpath",
"hasCountInText": "true"
},
"nextPage": {
"locator": "(//button)[8]",
"type": "xpath"
}
}