How to extract code from a frame? storeText and sourceExtract are not working

1645383746184625

but note that the “wwg” in the ngcontent-wwg-c132 changes every time

so for example it would be <text _ngcontent-ssb-c132=“” etc

The number will always be 16 digits though.

I have tried various storeText and various sourceExtract, but no luck. Any suggestions?

    {
      "Command": "sourceExtract",
      "Target": "regex=\\\\b\\\\d{16}\\\\b",
      "Value": "mynumber",
      "Description": ""
    },

use frame number before the command

simple solution!

selectFrame
relative=top

worked for me. I was scratching my head and totally forgot about this