Google-form-spammer icon indicating copy to clipboard operation
Google-form-spammer copied to clipboard

select and check boxes now show up as "hidden"

Open timX24968B opened this issue 8 years ago • 3 comments

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.

timX24968B avatar Oct 29 '16 21:10 timX24968B

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!

kush789 avatar Oct 30 '16 07:10 kush789

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.

timX24968B avatar Oct 30 '16 17:10 timX24968B

I have the same issue: select, check, and radio options are listed as hidden. No idea what to do

thewestination avatar Mar 08 '17 20:03 thewestination