Can't get info after a click on 'expand' button

In the url, I can scroll to to "Price history" and there you can see 'expand' buttons. I want to click on the expand and get the agents names. I can't scrap it. Below are the details.

Url:
https://www.zillow.com/homedetails/4201-Woodsage-Trce-Indianapolis-IN-46237/1186481_zpid/?view=public

Sitemap:
{"_id":"check_expand","startUrl":["https://www.zillow.com/homedetails/4201-Woodsage-Trce-Indianapolis-IN-46237/1186481_zpid/?view=public"],"selectors":[{"id":"expand","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"body","multiple":true,"delay":2000,"clickElementSelector":".jJCUcM td.jxOPIm","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"agent name","type":"SelectorText","parentSelectors":["expand"],"selector":".ksYORD a","multiple":true,"regex":"","delay":0},{"id":"bedroon_for_reference","type":"SelectorText","parentSelectors":["_root"],"selector":".ds-chip .ds-bed-bath-living-area-container > span:nth-of-type(1) span:nth-of-type(1)","multiple":false,"regex":"","delay":0}]}