longzu / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

AutomationTask_PerformClickButton not working #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Try to do automation task of filling info on a login page and click login
button.

my method ()
{
myWebClient.AutomationTask_PerformEnterData("user_reg", "XXXXX");

myWebClient.AutomationTask_PerformEnterData("contrasena", "XXXX");

myWebClient.AutomationTask_PerformClickButton("entrar");
}

It fills in the user_reg and contrasena bit does not perform the
PerformClickButton task.

Windows Xp Sp2 and IE 7

1.0.0.6

Original issue reported on code.google.com by t4ur...@googlemail.com on 16 Nov 2007 at 2:20

GoogleCodeExporter commented 8 years ago
I am unable to reproduce the error. I did test the methods using WinXp sp2 + 
IE7 and 
my google account without any issues. Please keep in mind that the names or ids 
used 
as parameters passed to methods are case sensitive. So SignIn and signIn are 
not the 
same.

Pleaes place a break point at "case AutomationTasks.ClickButton:" elem.click(); 
in 
PerformAutomationTask method of csEXWB to see if this method is called and 
examine 
the ids and names as the recursion is taking place.

MH

Original comment by mehr...@gmail.com on 16 Nov 2007 at 10:20

GoogleCodeExporter commented 8 years ago

Original comment by mehr...@gmail.com on 18 Nov 2007 at 8:53