Forum Discussion
Haiyangwhu
11 years agoContributor
I'm using TC10.50, the FindID works for window application (not tested with web). And it only finds control with ID from testedObj's Child objects (search depth = 0).
My guessing would also be finding a wrong object. What message do you get when calling vVerifybyID.Click?
I would suggest you to output FullName of the object you find to make sure it is the one you need, then try a simple test to call Click (or ClickButton) directly from the FullName string you just get to see if the clicking works.
-Ocean
My guessing would also be finding a wrong object. What message do you get when calling vVerifybyID.Click?
I would suggest you to output FullName of the object you find to make sure it is the one you need, then try a simple test to call Click (or ClickButton) directly from the FullName string you just get to see if the clicking works.
-Ocean