rpaframework
rpaframework copied to clipboard
Documentation: `Menu Select` lacks information about menu name syntax
In the Menu Select keyword documentation, the example code given has the name of the Print menu item as File->Print. But if one inspects, using Inspect.exe tool, the name shown there is just "Print..." (and the legacy name has the sortcut key in it - "Print... Ctrl+P"). So the working example does not have the "..." (nor "Ctrl+P") and also shows a breadcrumb-like name with the special syntax "->" separating the parent child menu items. Here I assumed for my menu item, the Open menu in Notepad, was "File->Open..." ("File->Open" also works). But again this seems different than just the menu name.
It would be helpful to add more to the documentation to talk about how the syntax "->" can be used.