arjuna.tpi.guiauto.source.multielement module¶
-
class
arjuna.tpi.guiauto.source.multielement.
GuiMultiElementSource
(instances)¶ Bases:
arjuna.tpi.guiauto.source.base.GuiSource
A combined source of all GuiElements in a GuiMultiElement.
Not meant to be directly constructed by a test author. Use .source property of GuiMultiElement.
-
get_attr_values
(attr) → list¶ Content of value of given attribute of all GuiElements in this GuiMultiElement.
Parameters: attr – Attribute name
-
tag_names
¶ Tag names of all GuiElements in this GuiMultiElement.
-
texts
¶ Text of all GuiElements in this GuiMultiElement.
-
values
¶ Content of value attribute of all GuiElements in this GuiMultiElement.
-