arjuna.tpi.guiauto.source.content module

class arjuna.tpi.guiauto.source.content.GuiSourceContent(all, root, inner, text)

Bases: object

Source content of a Gui or GuiWidget.

Not meant to be directly constructed by a test author. Retrieve as:

gui_entity.source.content
Parameters
  • all – Complete XML source

  • root – Source of XML root.

  • inner – All source minus the root source.

  • text – Text content.

property all: str

Complete source of associated Gui entity.

property inner: str

Complete source of associated Gui entity minus the root node source.

property root: str

Source of root node of associated Gui entity.

property text: str

All text content of associated Gui entity.