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

Added multi-select support to LxmlDriver #443

Merged

Conversation

twolfson
Copy link
Contributor

As initially described in #428, we need multi-select support for Flask (i.e. <select multiple>). In this PR:

  • Added test for serializing a form for a select with multiple values
  • Added serialize method for testing serialization exclusively
  • Added fix for fill_form to support accepting multiple values

Missing:

  • Test for fill_form with list coercion. I am not sure why my past self never wrote a test for that

andrewsmedina added a commit that referenced this pull request Oct 26, 2015
Added multi-select support to LxmlDriver
@andrewsmedina andrewsmedina merged commit 56bc052 into cobrateam:master Oct 26, 2015
@andrewsmedina
Copy link
Member

@twolfson thank you!

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