Uh oh!
There was an error while loading. Please reload this page.
Use selenium select class - #68
Conversation
emanlove
commented
Jun 30, 2012
j1z0
commented
Jul 1, 2012
Looks good! A couple of comments though...
what do you think? |
emanlove
commented
Jul 1, 2012
I think you have made some real good points about performance; don't Ed |
Create new functions select_from_list_by_index, select_from_list_by_value, select_from_list_by_label. Create new functions unselect_from_list_by_index, unselect_from_list_by_value, unselect_from_list_by_label. Those are faster than original select_from_list and unselect_from_list.
emanlove
commented
Sep 11, 2012
@j1z0: Could you relook at these recent changes by @schminitz as I think they might address some of your concerns with performance. Thanks! |
Switch over to using Selenium's Select() class instead of duplicating code within robotframework-selenium2library.