Closed GoogleCodeExporter closed 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
@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
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
Original comment by John.Jian.Fang@gmail.com
on 8 Jan 2010 at 2:32
Original issue reported on code.google.com by
John.Jian.Fang@gmail.com
on 12 Nov 2009 at 2:31