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: left_click_trayapp, right_click_trayapp e activate_win_id. Um comando novo modo interativo: show_elements. Durante a ativação janela, a bandeira override_redirect não estava a ser reposto corretamente. Janela ativação também não foi retornar o status correto de volta para a operação de controle de fluxo. Monitoramento window melhorado. General estabilidade e correções menores.
Tags:
Major feature enhancements
New Functions: left_click_trayapp, right_click_trayapp, and activate_win_id. A new interactive mode command: show_elements. During window activation, the override_redirect flag was not being reset properly. Window activation was also not returning the correct status back to the flow control operation. Improved window tracking. General stability and minor fixes.
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.