Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Click object
#11
Not Solved
To be a little more precise, the object spy identifies the object as winobject instead of win table.

i'm trying to figure out what platform the aplication is written on, but not much luck with that.

in the mean while let me know if there is a work around. I have added on all the possible packs, and I think I have all the add ons available on my edition since its a corporate version.
Reply
#12
Not Solved
Hello,

I can suggest you two approaches here. See if this solves your problem.

1) Try recording using low-level recording

2)Try using "Send Key" method

Regards,
Parminder
Reply
#13
Not Solved
Hi Thanks for the reply, but as I mentioned the table/ menu is not accessable by keyboard, it needs a mouse click to enter.

I'll check up with the low level recording.

let me know if any thing else is possible .

thanks again
Reply
#14
Not Solved
Low level recording takes us further into key stroke and pixel level .

I need to grab the table and run a loop by column number.

Any ideas please ??
Reply
#15
Not Solved
Hello,

The only thing that i guess will solve your problem now is Virtual Object. Add the table as a virtual table. Remember that you cannot use the getcelldata method with virtual table.

So to get the data use:
Window().Winobject().GetVisibleText(X1,Y1,X2,Y2)

X1,X2,Y1,Y2 can be calculated by dividing the width with no of columns and height with rows of the virtual table

Regards,
Parminder
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation UFT doesn't recognize object in SAP at first, but recognize it after i click debug CedricMab 3 6,401 02-06-2017, 07:09 PM
Last Post: nguyen4685
  Click on Object rajeshdizzy 0 1,947 07-10-2009, 03:10 PM
Last Post: rajeshdizzy

Forum Jump:


Users browsing this thread: 1 Guest(s)