[ MENU ]

A

activatetext activatewin activatewinpartialname addlogger appendtext

B

bindtext blackoutregion

C

calendar calendarview capturetofile check checkbox checkmenuitem checkrow classpstats click closeappwindow combobox comboselect comboselectindex comparetextproperty containstextproperty copytext cuttext

D

decrease deletetext doesmenuitemexist doesrowexist doubleclick doubleclickrow

E

embeddedcomponent enterstring expandtablecell

G

general generatekeyevent generatemouseevent getactivewin getapplist getcellvalue getcharcount getcursorposition geteventcount getlabel getlabelatindex getobjectinfo getobjectlist getobjectproperty getpanelchildcount getrowcount getslidervalue getstatusbartext gettabcount gettablerowindex gettextproperty gettextvalue gettreetablerowindex getvalue getwindowlist grabfocus guiexist guitimeout

H

hasstate hidelist

I

icon imagecapture imagecompare imaging increase index initappmap inserttext invokemenu istextstateenabled

L

label launchapp layeredpane ldtplog list listsubmenus log logging ltfx

M

main menucheck menuitem menuuncheck mouseleftclick mousemove mouserightclick

O

objectexist objtimeout onedown oneleft oneright oneup onwindowcreate

P

pages pagetablist panel partialexists pastetext press processstatistics pushbutton

R

radiobutton radiomenuitem reinitldtp releasecontext remap removecallback rightclick

S

scrollbar scrolldown scrollleft scrollright scrollup selectcalendardate selectevent selecteventindex selectindex selectitem selectlabelspanelbyname selectlastrow selectmenuitem selectpanel selectpanelname selectrow selectrowindex selectrowpartialmatch selecttab selecttabindex selecttextbyindexandregion selecttextbyname selecttextitem setcellvalue setcontext setcursorposition setlocale setloglevel setmax setmin settablecell settextvalue setvalue showlist singleclickrow slider sortcolumn sortcolumnindex spinbutton startldtplog startlog stateenabled statusbar stopldtplog stoplog stopscriptengine

T

table text todo togglebutton toolbar tree treetable typekey

U

uncheck uncheckrow

V

verifybuttoncount verifycheck verifycheckrow verifydropdown verifyeventexist verifyhidelist verifymenucheck verifymenuuncheck verifypartialmatch verifypartialtablecell verifypushbutton verifyscrollbar verifyscrollbarhorizontal verifyscrollbarvertical verifyselect verifysettext verifysetvalue verifyshowlist verifyslider verifysliderhorizontal verifyslidervertical verifystatusbar verifystatusbarvisible verifytablecell verifytoggled verifyuncheck verifyuncheckrow verifyvisiblebuttoncount

W

wait waittillguiexist waittillguinotexist waitwinname waitwinpartialname window windowexists
Ciekawe strony
statsobstawianie tenisa
rozwój technologiczny
odchudzanie, otyłość
New York dialect
dzieciecy zespol
rodzina soprano
orp kopernik
piastow
ahmed zakajew
tanie noclegi

LTFX functions

About LTFX functions

To operate on an window in which accessibility is not enabled we use external application Linux Test For X (In short LTFX) - http://sf.net/projects/ltfx

LTFX python API's

activatewin - Activate the window with the given title

activatewinpartialname - Activate the window with the given partial title

getactivewin - Get the window title thats currently in focus

partialexists - Check the window whether it exist based on the partial given title

typekey - Generate keyboard events as if user key in

waitwinname - Wait for window to appear with the given title

waitwinpartialname - Wait for window to appear with the given partial title

windowexists - Check the window whether it exist based on the given title

Assumptions

LTFX functions assumes that the window to be operated is in focus. It directly generates the X key board events. It does not know whether the object exist or the operation is successfully done.

Linux Desktop Testing Project