diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/peoplewhiz.com.json b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/peoplewhiz.com.json index b07a9c6ce8..8295522ff0 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/peoplewhiz.com.json +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/peoplewhiz.com.json @@ -21,7 +21,7 @@ "noResultsSelector": "div[class^=ResultNotFound__NoResults]", "profile": { "name": { - "selector": "[class^='ResultsTable__Name-sc']" + "selector": ".//div[contains(@class, 'ResultsTable__Name')]/text()" }, "age": { "selector": "[class^='ResultsTable__Age-sc']" @@ -62,7 +62,7 @@ "selector": "[class^='ResultsTable__Record-sc']", "profile": { "name": { - "selector": "[class^='ResultsTable__Name-sc']" + "selector": ".//div[contains(@class, 'ResultsTable__Name')]/text()" }, "age": { "selector": "[class^='ResultsTable__Age-sc']"