Google-form-spammer
Google-form-spammer copied to clipboard
select and check boxes now show up as "hidden"
I did some debugging why it would fill out text boxes just fine but nothing else, and turns out, the sections that were marked "checkbox" or "select" on the webpage that it searches for are now marked "hidden". it starts to throw errors when you try to use the get_items() function on a "hidden" section, too. Please fix this ASAP.
Hi timX24968B! I'm overloaded with college coursework at the moment, and won't be able to get to this. It would be awesome if you can fix this and send me a pull request!
sorry, don't know too much about this level of python programming (with browser interaction) or the mechanize module used here with it, but i can try. just don't expect much. Can't find much on how to change a hidden element right now.
currently getting this error: AttributeError: HiddenControl instance has no attribute 'get_items'
After looking through quite a bit of documentation, it doesn't seem that HiddenControl has any attributes. no clue where to go from here.
I have the same issue: select, check, and radio options are listed as hidden. No idea what to do