diff --git a/src/implant/dirac/implant/automation/scrapers.cljs b/src/implant/dirac/implant/automation/scrapers.cljs index 6213ce4b7f..3c1902fd8a 100644 --- a/src/implant/dirac/implant/automation/scrapers.cljs +++ b/src/implant/dirac/implant/automation/scrapers.cljs @@ -185,7 +185,7 @@ (defmethod scrape :callstack-pane-functions [_ & _] (safe->> (find-call-frame-elements) - (extract-sub-elements ".call-frame-item-title") + (extract-sub-elements ".call-frame-title-text") (map build-rep) (map print-callstack-function) (print-list)))