How to read data present present in context menu?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2018
06:29 AM
10-30-2018
06:29 AM
How to read data present present in context menu?
Hello,
Refer the attached image.
I am working with Context menu.
I want to read names of item present in Context menu.
Also want to know what is count of items present in it.
Is there a way to do this ?
I know way to click items present in Context menu, but my requrement is to read options present in it.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2018
09:30 AM
10-30-2018
09:30 AM
When you inspect that menu, you will definetely able to get all those details with help of given properties. Most common property is the 'Items'.
You can also refer more details here...
https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/standard/menu/index.html
