I have installed my robot in my local machine long time back and now I want to check the version on the installed Robot. I tried the command pybot --help and it gave me the result
'Version: 3.0 (Python 2.7.9 on win32)' Is my current robot version 3?
12 Answers
Yes. You can also execute robot --version.
See: Verifying Installation.
1I assume you use pip as a python package manager, so just try:
pip show robotframework and you should get something like that:
Name: robotframework Version: 3.0.2 Summary: A generic test automation framework Home-page: Author: Robot Framework Developers Author-email: License: Apache License 2.0 Location: /Library/Python/2.7/site-packages Requires: 1