-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqueryMap.json
More file actions
70 lines (68 loc) · 2.53 KB
/
queryMap.json
File metadata and controls
70 lines (68 loc) · 2.53 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"avatar": ".pv-top-card-profile-picture > img",
"name": ".pv-text-details__left-panel h1",
"about": ".pv-about-section > div",
"contact_info": ".pv-text-details__left-panel a",
"close_btn": ".artdeco-modal > button",
"email": "a[href^=\"mailto:\"]",
"phone": ".ci-phone span:nth-child(1)",
"phone_type":".ci-phone span:nth-child(2)",
"coures": {
"parent": "#courses-expandable-content > ul",
"course": ".pv-accomplishments-block__summary-list-item"
},
"awards":{
"parent": "#honors-expandable-content > ul",
"award": ".pv-accomplishments-block__summary-list-item"
},
"certifications": {
"parent": "#certifications-section > ul",
"href":".pv-certification-entity > div > a",
"img":".pv-certification-entity > div > a > .pv-entity__logo > img",
"title":".pv-certification-entity > div > a > .pv-certifications__summary-info > h3",
"issuer":".pv-certification-entity > div > a > .pv-certifications__summary-info > p:nth-of-type(1) > span:nth-of-type(2)",
"issued":".pv-certification-entity > div > a > .pv-certifications__summary-info > p:nth-of-type(2) > span:nth-of-type(2)"
},
"volunteer": {
"parent":"volunteering-section > ul",
"href":"li > a[href]",
"logo":"li > .pv-entity__logo > img",
"company":".pv-entity__summary-info > h4 span:nth-of-type(2)",
"role":".pv-entity__summary-info > h3"
},
"highlights": {
"parent": "#highlights-container",
"boring": true
},
"featured": {
"parent": ".pab-featured-section",
"text": ".pab-featured-item-detail__text-container",
"href": ".featured_item_detail_view"
},
"languages":{
"parent": "#languages-expandable-content > ul",
"language": "li",
"proficiency": " li > p"
},
"experience": {
"parent": "#experience-section li:not(.pv-entity__position-group-role-item)",
"logo": ".company-logo > img",
"c_name": ".pv-entity__summary-info > .pv-entity__secondary-title",
"position": ".pv-entity__summary-info > h3",
"period": ".pv-entity__summary-info > div > h4 > span:nth-child(2)",
"location": ".pv-entity__summary-info > h4 > span:nth-child(2)",
"description": ".pv-entity__description"
},
"education": {
"parent": "#education-section li",
"logo": ".pv-entity__logo > img",
"u_name": ".pv-entity__degree-info > h3"
},
"skills": {
"parent": ".pv-skill-categories-section ol > li",
"s_name": "span.pv-skill-category-entity__name-text",
"s_validations":".pv-skill-category-entity__endorsement-count",
"see_more": ".pv-skill-categories-section > *:nth-child(3) button"
},
"pdf_btn": "[data-control-name=\"save_to_pdf\"] span"
}