Get the UI element name attribute Returns: :obj:`str`: UI element name attribute
(self)
| 802 | return self.setattr('text', text) |
| 803 | |
| 804 | def get_name(self): |
| 805 | """ |
| 806 | Get the UI element name attribute |
| 807 | |
| 808 | Returns: |
| 809 | :obj:`str`: UI element name attribute |
| 810 | """ |
| 811 | |
| 812 | return self.attr('name') |
| 813 | |
| 814 | @volatile_attribute |
| 815 | def get_size(self): |