Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select and check boxes now show up as "hidden" #4

Open
timX24968B opened this issue Oct 29, 2016 · 3 comments
Open

select and check boxes now show up as "hidden" #4

timX24968B opened this issue Oct 29, 2016 · 3 comments

Comments

@timX24968B
Copy link

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.

@kush789
Copy link
Owner

kush789 commented Oct 30, 2016

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!

@timX24968B
Copy link
Author

timX24968B commented Oct 30, 2016

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.

@thewestination
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants