Selenium2library Series Keywords _selectelementkeywords get_selected_list_label (self, locator)

Source: Internet
Author: User

1     defGet_selected_list_label (self, locator):2         """Returns The visible label of the selected element from the select list identified by ' locator '.3 4 Select list keywords work on both lists and combo boxes. Key attributes for5 Select lists is ' id ' and ' name '. See ' Introduction ' For details about6 locating elements.7         """8select =self._get_select_list (Locator)9         returnSelect.first_selected_option.text

Method Name: Get_selected_list_label (self, locator)

Public method returns the label value of the first selected item

Receive parameters: Locator

Line 8th: Use the _get_select_list (self, locator) method to return the Select object based on the incoming locator.

Use:

return Result:

1 INFO: ${label} = no overdue

Selenium2library Series Keywords _selectelementkeywords get_selected_list_label (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.