context sensitive menu and object finder tool
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010
05:11 AM
03-22-2010
05:11 AM
context sensitive menu and object finder tool
Hello,
I want to see the properties of the context sensitive menu from the object finder tool. As soon as I click on the finder tool my context sensitive menu disappers that means I can't see the properties of the context sensitive menu unless I hold some key. I used to hold the control key in QTP to do this. Does testcomplete has similar or different key option? Please let me know.
I want to see the properties of the context sensitive menu from the object finder tool. As soon as I click on the finder tool my context sensitive menu disappers that means I can't see the properties of the context sensitive menu unless I hold some key. I used to hold the control key in QTP to do this. Does testcomplete has similar or different key option? Please let me know.
Thanks
5 REPLIES 5
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010
06:47 AM
03-22-2010
06:47 AM
Hi,
You cannot do this with the Finder tool, but using it is not the only way to capture objects. See the "Object Properties Window" help topic for details.
You cannot do this with the Finder tool, but using it is not the only way to capture objects. See the "Object Properties Window" help topic for details.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010
04:08 PM
03-22-2010
04:08 PM
Hello,
Can you please be more specific? I am not able to follow in the help topic. They haven't given any information on context sensitive menu
For e.g.
I have to right click on the web and a context menu will popup. How do I interate through the items in the menu? I wan to see those object properties.
Thank you,
Lax..
Can you please be more specific? I am not able to follow in the help topic. They haven't given any information on context sensitive menu
For e.g.
I have to right click on the web and a context menu will popup. How do I interate through the items in the menu? I wan to see those object properties.
Thank you,
Lax..
Thanks
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2010
04:10 PM
03-22-2010
04:10 PM
One more thing I forgot to add: I am not interested in recording the object properties, I want to know which unique property should I use for this menu items.
Thanks
Thanks
Thanks
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010
12:09 AM
03-23-2010
12:09 AM
Hi,
You need to act in the following way:
1. Invoke the menu.
2. Capture it using the mouse cursor (not the Finder tool) and fix information about it in the Object Properties window (Ctrl + Shift + A).
3. Copy its full name.
4. Obtain it by the full name in your script.
5. Work with the menu (click on it, etc.). If you need to obtain its items, they should be child objects of the menu object, and you can get them in your script by their names or text using the Find method.
You need to act in the following way:
1. Invoke the menu.
2. Capture it using the mouse cursor (not the Finder tool) and fix information about it in the Object Properties window (Ctrl + Shift + A).
3. Copy its full name.
4. Obtain it by the full name in your script.
5. Work with the menu (click on it, etc.). If you need to obtain its items, they should be child objects of the menu object, and you can get them in your script by their names or text using the Find method.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010
06:55 AM
03-23-2010
06:55 AM
Thank you that helped.
Thanks
