How to save all webpage text?

I’m very new to ui.vision, but used iMacros for many years, and am familiar with PHP’s regex. I’m unable to find the documentation for ui.vision’s regex format and need help.

I want to save all the text on a webpage. In PHP regex the select would look like

‘%^.+$%’
where ^ is page start, .+ is all text, $ is end of page
'% is the regex delimiters

What would the target regex= look like in ui.vision with the storeText command?

Not sure how this showed up, but it seems to work
“Target”: “xpath=//html”,

1 Like