Skip to content

Commit

Permalink
Fix PeopleWhiz selector
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhall committed Feb 6, 2025
1 parent 4d205fb commit 9b508ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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']"
Expand Down Expand Up @@ -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']"
Expand Down

0 comments on commit 9b508ec

Please sign in to comment.