-
Notifications
You must be signed in to change notification settings - Fork 509
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
What is the proper way to submit a form? (DjangoClient) #471
Comments
My initial hypothesis is that:
|
Looking at: https://github.com/vijayanajay/projects/blob/master/opinionanalysis/Lib/site-packages/splinter/driver/djangoclient.py -- is that what is installed with |
Okay, I managed to get it to work by calling 'submit' using the form's element:
But, I don't see the 'submit' method in the documentation; that claims we can submit forms using the 'click link': http://splinter.readthedocs.org/en/latest/elements-in-the-page.html?highlight=submit
Which is the proper idiom to use? |
Ignore deleted comments. The submission is working properly, but there still seems to be a bug where buttons aren't clickable. May file a new bug about that some other time. |
Using the Django client, I can click on a link, but when I click on a button I get:
with the element
Am I missing something?
The text was updated successfully, but these errors were encountered: