I have html pages with hidden element as below:
< input type=hidden id="xl_aux2" name="xl_aux2" value="???" >
Value contains base64 string. So what will be the regular expression that I can use to extract the value from above hidden element?