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

Update fill_form to support textarea #142

Merged
merged 1 commit into from Mar 31, 2012
Merged

Update fill_form to support textarea #142

merged 1 commit into from Mar 31, 2012

Conversation

corbinbs
Copy link
Contributor

I've been using splinter the last couple of days for testing a web app
(love it!) Tonight I noticed that fill_form() didn't seem to be setting the value for the textarea on the page under test. I was able to follow up my fill_form call with a fill() call to get a value in the textarea, but I think having textarea support in fill_form will help save new users (like me) some time.
This pull request adds support for setting the value of a textarea as part of the fill_form processing.

douglascamata added a commit that referenced this pull request Mar 31, 2012
Update fill_form to support textarea
@douglascamata douglascamata merged commit 908b0af into cobrateam:master Mar 31, 2012
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

Successfully merging this pull request may close these issues.

None yet

2 participants