-
Notifications
You must be signed in to change notification settings - Fork 763
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
Use selenium select class #68
Use selenium select class #68
Conversation
Looks good! A couple of comments though...
what do you think? |
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.
@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.