Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web Table image object
#6
Not Solved
hi,

thanks for your suggestion.Still my problem is not solved

Please help me

1.
Code:
browser("").page("").webtable("").childitem(row,col,"image",0).click-----

2.
Code:
browser("").page("").image("Cancel").click------

and

3.
Code:
col = 9
rCnt = browser("").page("").webtable("").GetROProperty("rows")
For i = 1 to rCnt
Set objImg = browser("").page("").webtable("").ChildItem(i,col,"Image",0)
objImg.Highlight
objImg.Click
Next--------------

above 3 methods are not working my application is Ms.Net 2010 based developed application above code is working for 2008 based application.


Regards,
Praveen Raaj.
Reply


Messages In This Thread
Web Table image object - by raaj123 - 06-25-2012, 12:03 PM
RE: Web Table image object - by Ankesh - 06-25-2012, 12:31 PM
RE: Web Table image object - by ssvali - 06-25-2012, 12:33 PM
RE: Web Table image object - by raaj123 - 06-25-2012, 03:47 PM
RE: Web Table image object - by ssvali - 06-25-2012, 04:05 PM
RE: Web Table image object - by raaj123 - 06-27-2012, 12:01 PM
RE: Web Table image object - by raaj123 - 06-28-2012, 07:33 AM
RE: Web Table image object - by supputuri - 06-28-2012, 02:32 PM
RE: Web Table image object - by raaj123 - 06-28-2012, 04:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Web Object Unique ID Number zunebuggy 0 1,469 07-10-2017, 05:37 PM
Last Post: zunebuggy
  Updating the web table Ananth1982 0 1,793 03-04-2015, 02:31 AM
Last Post: Ananth1982
  how to validate all lebel object in a table niketa 1 2,713 10-30-2014, 01:56 PM
Last Post: Ankesh
  Retrieving data from web table nsuresh316 1 2,975 03-03-2014, 08:29 AM
Last Post: basanth27
  User defined Objects(Can't map standard grid object in to table object ) madhavanr 0 2,488 01-14-2014, 03:46 PM
Last Post: madhavanr

Forum Jump:


Users browsing this thread: 2 Guest(s)