northwoodspd / uia

A ruby gem for interacting with automation elements in Windows
MIT License
17 stars 4 forks source link

menu_item.exists? doesn't work #6

Open erisser opened 10 years ago

erisser commented 10 years ago

We have a test for items in a right-click context menu with format like: screen.adapter.menu_item(:value => 'Name').exists?

This always returns true, even if the 'Name' is not in the context menu.