Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automate same input for multiple input box
#2
Solved: 10 Years, 9 Months, 3 Weeks ago
Hi Noopur,

Let me clear you with an example of Editbox in a Web Application.

Code:
set textbox_obj=Description.Create
  textbox_obj("micclass").Value="WebEdit"
  Set obj=Browser(...).Page(..).ChildObjects(textbox_obj)
  For i=0 to obj.count-1
      obj(i).Set "Sample Input"
  Next


In the same way, you can implement in other environments as well Smile
Reply


Messages In This Thread
RE: Automate same input for multiple input box - by sreekanth chilam - 01-15-2010, 12:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)