Description
We feel it is a best practice to always include the library name or resource name on the front of every keyword call. For example, instead of just saying Click Element (from the SeleniumLibrary). We say SeleniumLibrary.Click Element. Or, even better, we create a resource file called Selenium.resource which has a keyword called Click that is a wrapper for the Click Element keyword from the SeleniumLibrary. So, to call that Click keyword, our convention is to always write Selenium.Click. It would be great if a transform could be created for robotidy that would check for this convention and ensure that all keyword calls are prefixed with the library name or resource name that they are being called from. Alternatively, there could be a transform to ensure that library or resource prefixes are NOT included on keyword calls (for people who like the inverse).