How to make QTP recognize objects which are not getting clicked?

I'm having Web based application with menu titles. These are not getting clicked, sub menus in then are getting selected by simply moving the cursor over them. It is recording fine, but while playback, im getting problems.

syntax: Browser("Application_name").Page(Functionality_name).WebElement("abc").click

Now the WebElement abc is a submenu under Main menu (i.e. menu bar).
Please help

Showing Answers 1 - 3 of 3 Answers

Arslan

  • Aug 13th, 2007
 

Either introduce a delay before that step or instead of directly clicking on that object, click on the field in which it appears first and then click on object directly. This also can help.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions