Letractively / aost

Automatically exported from code.google.com/p/aost
Other
1 stars 0 forks source link

key type event is not working in IE #290

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have noticed that getUiElement("root.input0") method is printing the
value but when keyType is invoked i only get a single dot(.) in the
text box nothing else. am typing a simple string "admin@xx.com" in the text
box but i also tried it with "hello" but it dint work.

This seems to be a problem even in the examples project, Looks like neither
keyType nor type works for IE (atleast i dont see characters being typed in
the text box as it happens in Firefox) for the GoogleStartPageGroovyTestCase 

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 12 Nov 2009 at 2:31

GoogleCodeExporter commented 9 years ago
added google search test case

    @Test
    public void testTypeRepeated(){
        gsm.doTypeRepeated("tellurium jQuery");
    }

Original comment by John.Jian.Fang@gmail.com on 7 Jan 2010 at 6:17

GoogleCodeExporter commented 9 years ago
    @Test
    public void testKeyType(){
        //Test case for Issue 290: key type event is not working in IE
        gsm.doGoogleSearch("admin@telluriumsource.org");
    }

Original comment by John.Jian.Fang@gmail.com on 7 Jan 2010 at 6:21

GoogleCodeExporter commented 9 years ago
verified. The new Tellurium APIs have not problem to handle this case. Please 
use
turn on Tellurium API by call the following method in your test code for 
Tellurium
core 0.7.0 snapshot.

useTelluriumApi(true);

Original comment by John.Jian.Fang@gmail.com on 8 Jan 2010 at 2:32

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 8 Jan 2010 at 2:32