I try using openclaw to snapshot my browser but it keeps telling me 'Nothing return due to empty DOM'
But when I try on my cli it return all elements I need like this. '
bas.kertiopa@H1W0Q4D0MH .openclaw % openclaw browser --browser-profile user snapshot --target-id 5 2>/dev/null | grep -E "voucher|Voucher|Budget|button" | head -10
- link "Logo - Voucher Portal" [ref=1_3]
- statictext " - Voucher Portal"
- button "All Prefix List" [ref=1_7]
- button "Instruction" [ref=1_9]
- link "Voucher" [ref=1_16]
- statictext "Voucher"
- statictext "Budget"
- statictext "Voucher"
- statictext "Voucher"
- button "Settings" [ref=1_24]' why how to solve?