Hi, guys I have a problem that troubled me for weeks, it maybe quite easy for you guys to do.
It is about ajax.completer testing with selenium. I have patched SEL-143 (http://jira.openqa.org/browse/SEL-143) to my selenium and the keydown and keypress in my testcases really show be executed without errors. But there is just no effect, which should fire an Event of showing an div with some record got by ajax. I use the ajax.autocompleter of script.aculo.us to implement my autocomplete. And the followings are my testcases realated. Have I missed something or did anything wrong? keypress client_name 27 pause 4000 fireEvent //[EMAIL PROTECTED]'client_name'] keyup keypress client_name 27 pause 4000 fireEvent //[EMAIL PROTECTED]'client_name'] keypress keypress client_name 27 pause 4000 fireEvent //[EMAIL PROTECTED]'client_name'] keydown keypress client_name 27 pause 4000 fireEvent //[EMAIL PROTECTED]'client_name'] oncomplete keypress client_name 27 pause 4000 fireEvent //[EMAIL PROTECTED]'client_name'] onblur keypress client_name 27 pause 4000 fireEvent //[EMAIL PROTECTED]'client_name'] onchange mousedown //[EMAIL PROTECTED]'client_name'] pause 4000 fireEvent //[EMAIL PROTECTED]'client_name'] onfocus mousedown //[EMAIL PROTECTED]'client_name'] pause 4000 fireEvent //[EMAIL PROTECTED]'client_name'] onfocus waitForCondition var value = selenium.getText("client_name_auto_complete"); -- Any suggestions will be greatly appriciated. Thanks a lot! Best regards, Qi Cheng (程 启)
_______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users