I’m know how to anchor on a line in a box so I can grab another line. But if the box doesn’t have a label inside it, then how can I grab the box text if it’s variable? I’m trying to grab a shipping address inside a box, and I can’t anchor on the address itself.
So if I’m understanding right, what you need here is an offset so you can anchor on some consistent text outside the box. Here’s an anonymized example of doing that:
The offsetY param shifts the box search down from the anchor by however many inches you specify. You can shift left or right using the offsetX param. Here’s an example from the docs: Box