03-18-2008, 06:54 PM
I also notice i have the same problem if i have a webButton that appears multiple times on a page, but inside different tables, in the object spy i can see it inside a table, but when i refer to it i refer to it directly from the frame. And if i try to refer to it like this frame("frame name").webTable("tablename").webButton("Button Name").Click then i get an error. I tried messing around with Object Repository and added onclick property because that was the only thing different between all my buttons, but it still would not be able to find the button. It seems in both cases my problems are related cause in both cases i cannot identity the objects correctly.