-
-
my code is:
browser("B1").page("P1").WebEdit("Login").Set "Admin"
CAN I USE IT LIKE THIS?
myObj = "Login"
browser("B1").page("P1").WenEdit (myObj).Set "Admin"
It is not working. How to do in this situation?
">Hi All,my Object name is "Login".my code is:browser("B1").page("P1").WebEdit("Login").Set "Admin"CAN I USE IT LIKE THIS?myObj = "Login"browser("B1").page("P1").WenEdit (myObj).Set "Admin"It is not working. How to do in this situation?
-
next
**********
Is it acceptable WebEdit("Text"&i) ? I am getting error here.
Any suggestions?
">I have 10 Edit Boxes in my application. i Named them as Text1, Text2, Text3...Text10. Now i want to set values in these Text Boxes using Loop Statement. Can i Usefor i=0 to 10 browser("b1").page("p1").WebEdit("Text" & i).set "value" &inext**********Is it acceptable WebEdit("Text"&i) ? I am getting error here.Any suggestions?
-