Returns: str: The text content of the ListItem
(self)
| 2726 | self.set_text(text) |
| 2727 | |
| 2728 | def get_value(self): |
| 2729 | """ |
| 2730 | Returns: |
| 2731 | str: The text content of the ListItem |
| 2732 | """ |
| 2733 | return self.get_text() |
| 2734 | |
| 2735 | |
| 2736 | class DropDown(Container): |