Skip to content

Commit

Permalink
Update AdvancedBackgroundChecks selectors (#2674)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1199230911884351/1207137555703948/f
Tech Design URL:
CC:

**Description**:
See parent task, fixes some selectors that were pulling in phone numbers
instead of relatives.
  • Loading branch information
brianhall authored Apr 22, 2024
1 parent d17b57c commit d1cdb61
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AdvancedBackgroundChecks",
"url": "advancedbackgroundchecks.com",
"version": "0.1.6",
"version": "0.1.7",
"parent": "peoplefinders.com",
"addedDatetime": 1678060800000,
"steps": [
Expand All @@ -11,20 +11,20 @@
"actions": [
{
"actionType": "navigate",
"id": "7967f064-e3c5-442d-8380-99cf752fb8df",
"id": "070b6417-8ccd-4111-b5ae-7ae470b0399a",
"url": "https://www.advancedbackgroundchecks.com/names/${firstName}-${lastName}_${city}-${state}_age_${age}"
},
{
"actionType": "extract",
"id": "6f6bb616-a4cb-4231-9abb-522722208f95",
"id": "d760163d-4a1f-476a-bc3e-4f3ccedc29f1",
"selector": ".card-block",
"profile": {
"name": {
"selector": ".card-title",
"beforeText": "Age"
},
"alternativeNamesList": {
"selector": "(.//p[@class='card-text max-lines-1'])[1]",
"selector": ".//p[contains(@class, 'card-text') and strong[contains(text(), 'AKA')]]",
"afterText": "AKA:",
"separator": ","
},
Expand All @@ -40,7 +40,7 @@
"selector": "(.//p[@class='card-text'])[1]"
},
"relativesList": {
"selector": "(.//p[@class='card-text max-lines-1'])[2]",
"selector": ".//p[contains(@class, 'card-text') and strong[contains(text(), 'Related to')]]",
"afterText": "Related to:",
"separator": ","
},
Expand Down

0 comments on commit d1cdb61

Please sign in to comment.