Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Add PrivateReports and Child Sites #3792

Merged
merged 5 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
{
"name": "BackgroundCheckers",
"url": "backgroundcheckers.net",
"version": "0.1.0",
"parent": "privatereports.com",
"optOutUrl": "https://www.backgroundcheckers.net/optOut/name/landing",
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"url": "https://www.backgroundcheckers.net/name/search-result",
"id": "e117c04f-eee0-4b12-9570-b3df8e77c9d5"
},
{
"actionType": "expectation",
"expectations": [
{
"type": "element",
"selector": "#bottomModifySearch"
}
],
"id": "e9e4fd15-f712-4b2f-af1f-65cb6772f3c8"
},
{
"actionType": "fillForm",
"dataSource": "userProfile",
"selector": "#bottomModifySearch",
"elements": [
{
"type": "firstName",
"selector": "#firstName-bottom"
},
{
"type": "middleName",
"selector": "#middleName-bottom"
},
{
"type": "lastName",
"selector": "#lastName-bottom"
},
{
"type": "city",
"selector": "#city-bottom"
},
{
"type": "state",
"selector": "#state-bottom"
}
],
"id": "bf2eda21-4494-47d8-a073-1efae99df99e"
},
{
"actionType": "click",
"elements": [
{
"type": "button",
"selector": "#ux-2"
}
],
"id": "fc993b0d-773a-4279-a634-0ce401da0e20"
},
{
"actionType": "expectation",
"expectations": [
{
"type": "element",
"selector": ".container"
}
],
"id": "830532e9-eac0-4707-a942-72fec41a366e"
},
{
"actionType": "expectation",
"expectations": [
{
"type": "element",
"selector": "//div[@data-key='comp.name-search.rule.question.reSearch.cityState']",
"failSilently": true
}
],
"actions": [
{
"actionType": "click",
"elements": [
{
"type": "button",
"selector": "button[class~='btn-primary']"
}
],
"id": "5d0adb6f-c1de-4d9e-9910-a25e43276a94"
}
],
"id": "e98209ce-b76b-4fb1-aeca-41f4c4c51b37"
},
{
"actionType": "expectation",
"expectations": [
{
"type": "element",
"selector": ".container"
}
],
"id": "666b6312-bc42-400f-a5dd-d26658ab031c"
},
{
"actionType": "expectation",
"expectations": [
{
"type": "element",
"selector": "//div[@data-key='comp.name-search.rule.question.reSearch.moreThanAge']",
"failSilently": true
}
],
"actions": [
{
"actionType": "click",
"choices": [
{
"condition": {
"left": "${age}",
"operation": ">=",
"right": "45"
},
"elements": [
{
"type": "button",
"selector": "//button[contains(text(), 'Yes')]"
}
]
}
],
"default": {
"elements": [
{
"type": "button",
"selector": "//button[contains(text(), 'No')]"
}
]
},
"id": "3bb3c926-9673-420d-88a7-6ece649054ae"
}
],
"id": "bd7e6619-54ce-46fc-bc0c-6471ec693e14"
},
{
"actionType": "expectation",
"expectations": [
{
"type": "element",
"selector": ".container"
}
],
"id": "c6ed3723-cb41-4f92-a34d-f8078c327ff6"
},
{
"actionType": "click",
"elements": [
{
"type": "button",
"selector": ".result .more",
"multiple": true,
"failSilently": true
}
],
"id": "318f1662-d2f4-446d-8d50-dfd242024693"
},
{
"actionType": "extract",
"selector": "//li[contains(@class, 'searchedPerson')]",
"noResultsSelector": "//div[contains(text(), 'unable to find')]|//h2[contains(text(), 'too many results')]",
"profile": {
"name": {
"selector": ".//a/div[1]//h3"
},
"age": {
"selector": ".//a/div[1]//h4",
"afterText": "Age:"
},
"relativesList": {
"selector": ".//strong[contains(text(), 'relative')]/following-sibling::text()",
"findElements": true
},
"addressCityState": {
"selector": ".//strong[contains(text(), 'Locations:')]/following-sibling::text()",
"findElements": true
},
"profileUrl": {
"identifierType": "hash"
}
},
"id": "ea6f7ade-e360-4135-898d-946ad890b38c"
}
]
},
{
"stepType": "optOut",
"optOutType": "parentSiteOptOut",
"actions": []
}
],
"schedulingConfig": {
"retryError": 48,
"confirmOptOutScan": 72,
"maintenanceScan": 120,
"maxAttempts": -1
},
"addedDatetime": 1738336354315
}
Loading
Loading