-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintuit.json
42 lines (42 loc) · 1.01 KB
/
intuit.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
38
39
40
41
42
{
"url": "https://jobs.intuit.com/search-jobs/India",
"detailsInJobPage": "true",
"fixedCompanyName": "Intuit",
"logo": {
"locator": "//*[@id=\"un-header\"]/div/div/div/div/div/div/div/ul/li/a/span/img",
"type": "xpath"
},
"cookies": {
"locator": "//*[@id=\"igdpr-button\"]",
"type": "xpath"
},
"postName": {
"locator": "//*[@id=\"job-details-wrapper\"]/section/h1",
"type": "xpath"
},
"jobLocation": {
"locator": "//*[@id=\"job-details-wrapper\"]/section/span[2]",
"type": "xpath"
},
"experience": {
"locator": "NA",
"type": "xpath"
},
"jobDescription": {
"locator": "//*[@id=\"job-qualifications\"]",
"type": "xpath"
},
"jobURL": {
"locator": "//*[@id=\"search-results-list\"]/ul/li/a",
"type": "xpath"
},
"pageJobsCount": {
"locator": "//*[@id=\"pagination-bottom\"]/div[1]/span",
"type": "xpath",
"hasCountInText": "true"
},
"nextPage": {
"locator": "//*[@id=\"pagination-bottom\"]/div/a[2]",
"type": "xpath"
}
}