Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Object Required Error
#4
Solved: 10 Years, 9 Months, 4 Weeks ago
Hi,
U have 5 rows in ur webtable , so intead of increasing the index number try to increment the row and check if same coulmn is used

try something like this:

Code:
Do while Browser("Browser").Page("ShipmentLink - Sailing_2").WebTable("Seq_2").ChildItem(I, a_cols, "WebElement", 0).Exist(5)
Set objChildItem = Browser("Browser").Page("ShipmentLink - Sailing_2").WebTable("Seq_2").ChildItem(I, a_cols, "WebElement",0)
objChildItem.Click
l = l+1
Loop


I am assuming that weblement is present in same column no. for each row.U can increment the index when more than one item present in same cell.

Let me know for more clarifications

Regards,
Sankalp
Reply


Messages In This Thread
Object Required Error - by branjitk - 06-06-2012, 06:13 PM
RE: Object Required Error - by anil2u - 06-06-2012, 07:14 PM
RE: Object Required Error - by branjitk - 06-07-2012, 10:08 AM
RE: Object Required Error - by sshukla12 - 06-07-2012, 10:22 AM
RE: Object Required Error - by branjitk - 06-07-2012, 10:41 AM
RE: Object Required Error - by ssvali - 06-07-2012, 12:14 PM
RE: Object Required Error - by branjitk - 06-07-2012, 12:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  General Object Error(Find Object Error) akhandesh 1 3,432 02-24-2016, 01:05 PM
Last Post: sindhus
  Script required to run any app as administrator kalyan_srirangam 0 2,533 09-02-2013, 08:18 PM
Last Post: kalyan_srirangam
  Error while creating object using description.create object in VB script SarodeGirish 5 5,839 06-19-2012, 05:30 PM
Last Post: ssvali
  Object Required Error rohit330 0 2,654 05-07-2012, 10:16 PM
Last Post: rohit330
  Error: The systemcannot locate the object specified happened alin 3 4,863 12-16-2011, 02:52 PM
Last Post: alin

Forum Jump:


Users browsing this thread: 1 Guest(s)