MCPcopy Index your code
hub / github.com/AirtestProject/Poco / get_name

Method get_name

poco/proxy.py:804–812  ·  view source on GitHub ↗

Get the UI element name attribute Returns: :obj:`str`: UI element name attribute

(self)

Source from the content-addressed store, hash-verified

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):

Callers 2

runTestMethod · 0.80
body.pyFile · 0.80

Calls 1

attrMethod · 0.95

Tested by

no test coverage detected