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

property tag_names: list

Tag names of all GuiElements in this GuiMultiElement.

property texts: list

Text of all GuiElements in this GuiMultiElement.

property values: list

Content of value attribute of all GuiElements in this GuiMultiElement.