Selenium2library Series Keywords _selectelementkeywords get_selected_list_values (self, locator)

Source: Internet
Author: User

1     defget_selected_list_values (self, locator):2         """Returns The values of selected elements (as a list) from the select list identified by ' locator '.3 4 fails if there is no selection.5 6 Select list keywords work on both lists and combo boxes. Key attributes for7 Select lists is ' id ' and ' name '. See ' Introduction ' For details about8 locating elements.9         """TenSelect, Options =self._get_select_list_options_selected (Locator) One         ifLen (options) = =0: A             RaiseValueError ("Select list with locator '%s ' does not has any selected values") -         returnSelf._get_values_for_options (Options)

Method Name: Get_selected_list_values (self, locator)

Similar methods:

Public method returns the values array for all selected items

Receive parameters: Locator

10 rows: Use the _get_select_list_options_selected (self, locator) method to return the Select Element object and select the options array

13 rows: Returns the value array for all selected items

Use:

Output Result:

INFO: @{values} = [0 | 1 | 2]

Selenium2library Series Keywords _selectelementkeywords get_selected_list_values (self, locator)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.