LTFX (Linux Test For X) is a "script"-based X11
GUI automation tool. Its primary purpose is to
help assist with creating automated tests in the X
environment by driving the X interface.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Novas Funções: wait_for_win, wait_for_win_partial, wait_for_close e wait_for_close_partial. Houve um problema com a lógica do sono durante a execução do script, devido a uma vírgula depois de uma instrução if. A função nSleep agora é chamado, em vez de todas as variáveis a ser criadas todas as vezes.
Tags:
Major feature enhancements
New Functions: wait_for_win, wait_for_win_partial, wait_for_close, and wait_for_close_partial. There was a problem with the sleep logic during script execution, due to a semicolon after an if statement. The nSleep function is now called instead of all the variables being set up every time.