I'm having a problem getting Zenno to copy and paste this text captcha.
The captcha is in an iframe with the html of the captcha being: <span id="slog" style="top: 39.5px;">CAPTCHA</span>
Each new captcha has a new style, but the id is the same.
How can I use the regexp parse macro to copy that text?
I tried this code: (? <= \ <span id="slog"\> ).*?(?= \ <\ / span \>)
but it's not working.
Any help?