I want to grab the value of a hidden input field in HTML.
I
import re reg = re.compile('') value = reg.search(inputHTML).group(1) print 'Value is', value