02-20-2012, 04:39 PM
Checked - its working when I put
it works fine
only when i put it in a variable - then there's a problem.
so its not index related
Code:
Browser("Test").Page("Test").Frame("Test").WebButton("name:=Add","index:=1").Click
it works fine
only when i put it in a variable - then there's a problem.
Code:
strVariable= "name:=Add"",""index:=0"
so its not index related