How to reduce the number of clicks?

I’m testing a UI and it has about 20 possible combinations in a menu and I’d like to try each of the scenarios without clicking so much

@Diana_Garcia

If you need to select then you need to click…manually how do you do it without clicking? If that is jot possiblethen you cannot automate that without clicking

Or if the issue is comething else please explain a little

Cheers

1 Like

Hello @Diana_Garcia - If there are n number of scenarios for the clicks, try to check selector’s “aaname” property and if any shortcuts associated with the menu item.

If “aaname” is common like - " Menu - View" or “Menu - Edit”, you can pass the combination you want to test and use one selector. In same way, you can check for the shortcut keys but those are less reliable as compared to Clicks.

If “aaname” attributes are different, try to pass the selector from config file and only single click can mimic those selectors.

Hello Shantanu, thank you very much.

Based on what I’m getting to work with, I won’t be able to find an easier way, since each click (submenu) has different properties, so I’m afraid I’ll have to click by click

Thanks Anil_G, I’m afraid I’ll have to click by click

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.