desktop » clickMenu(menu)
Description
This command is used to click and select the menu item from the Menu bar to access specific functionality of the application
Parameters
-
menu - this parameter is the name of the menu item.
-
Note: To access menu in the successive level, separate each menu item with a comma (
,
). For example, to access “Copy” from “Edit” menu, specifyEdit,Copy
(read, click Edit and then click Copy).