arjuna.tpi.guiauto.obj.window module

class arjuna.tpi.guiauto.obj.window.BasicWindow(app, automator)

Bases: object

property app
property config
focus()
property handle
is_main_window()
property max_wait
maximize()
set_window_size(width, height)
property size
property title
class arjuna.tpi.guiauto.obj.window.ChildWindow(app, automator, main_window, handle)

Bases: arjuna.tpi.guiauto.obj.window.BasicWindow

close()
class arjuna.tpi.guiauto.obj.window.MainWindow(app, automator)

Bases: arjuna.tpi.guiauto.obj.window.BasicWindow

child_window(wmd)
close()
close_all_child_windows()
property conditions
delete_window(handle)
get_all_child_window_handles()
get_current_window_handle()
is_main_window()
property latest_child_window
class arjuna.tpi.guiauto.obj.window.WindowConditions(window)

Bases: object

ChildWindowIsPresent(wmd)
property window