Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use WebEdit object as array
#1
Not Solved
Below is the code that I have written for identifying WebEdits on a browser.

Code:
Set oBrowser = Browser("Creationtime:=0").Page("Index:=0")
Set objWEdit = Description.Create
objWEdit("micclass").value="WebEdit"
Set objEdit = oBrowser.ChildObjects(objWEdit)

Now is there a way to use this objEdit in a For Each loop to fill the data from the data sheet? I am able to do it using For loop but want to try with For Each
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,274 03-11-2014, 12:13 PM
Last Post: devarapallliramana
  Send key method does not set value on webEdit object. sandeep arora 1 14,373 04-05-2012, 05:27 PM
Last Post: verma.vik6
  How to use Array of Array in QTP dineshb 1 16,382 12-12-2009, 02:00 AM
Last Post: rdemers25
  Array function for Static Array anbarasu 2 3,656 11-20-2009, 12:18 PM
Last Post: anbarasu

Forum Jump:


Users browsing this thread: 1 Guest(s)