Pridal: Pred 5 rokmi
Issues:
https://github.com/robotframework/SeleniumLibrary/issues/878
https://github.com/robotframework/SeleniumLibrary/issues/878

Uživateľská príručka robotframework: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#installation-instructions

1.) Stiahnuť a nainštalovať verziu python 2.7 (podpora java min verzia 7) - zaškrtnúť možnosť pridať Path na knižnice python
2.) Stiahnuť a nainštalovať IronPython http://ironpython.net/
3.) Nainštalovať RobotFramework cez pip z príkazového riadku (cmd)
          
  Skontrolovať verziu python > python.exe

            
Python 2.7.12(v2.7.12:d33e0cf91556, Jun 27 2016, 15:24:40)[MSC v.1500 64 bit(AMD64)] on win32
            Type "help", "copyright", "credits" or "license" for more information.

            
> pip install robotframework
      

          
 Collecting robotframework
            Downloading https://files.pythonhosted.org/packages/72/1c/2f24cc6faec277a527fc1b5437e93f68d9c200b2bc18423d0c3b155707b7/robotframework-3.0.3.tar.gz (443kB)
            100 % |################################| 450kB 1.5MB/s
                Installing collected packages: robotframework
                Running setup.py install for robotframework...done
            Successfully installed robotframework - 3.0.3

4.) Inštalovať selenium2library pre Robotframework
>pip install robotframework-selenium2library

> pip install --upgrade robotframework-seleniumlibrary
  
               [code] Collecting robotframework-selenium2library
                  Downloading                                 https://files.pythonhosted.org/packages/1c/f1/612f9aa29f33b25a1034749dde67dfbf6de9b297709d06df71f9bfabfc81/robotframework_selenium2library-3.0.0-py2.py3-none-any.whl
                Collecting robotframework-seleniumlibrary>=3.0.0 (from robotframework-selenium2library)
                  Downloading                 https://files.pythonhosted.org/packages/35/06/bac4b9dad29f4c59bb0c1d781c995940f4a39a964d5e0ea882e69c58495e/robotframework_seleniumlibrary-3.1.1-py2.py3-none-any.whl (77kB)
    100% |################################| 81kB 1.7MB/s
                Requirement already satisfied (use --upgrade to upgrade): robotframework>=2.8.7 in c:\python27\lib\site-packages (from robotframework-seleniumlibrary>=3.0.0->robotframework-selenium2library)
                Collecting selenium>=2.53.6 (from robotframework-seleniumlibrary>=3.0.0->robotframework-selenium2library)
                  Downloading                 https://files.pythonhosted.org/packages/5e/1f/6c2204b9ae14eddab615c5e2ee4956c65ed533e0a9986c23eabd801ae849/selenium-3.11.0-py2.py3-none-any.whl (943kB)
                    100% |################################| 952kB 860kB/s
----
Requirement already up-to-date: robotframework-seleniumlibrary in c:\python27\lib\site-packages
Collecting robotframework>=2.8.7 (from robotframework-seleniumlibrary)
  Downloading https://files.pythonhosted.org/packages/95/b1/4faa12e1950b9fbd00060c112fa6f828c4f3998e9b2f8c570c22db10bc88/robotframework-3.0.4.tar.gz (443kB)
    100% |################################| 450kB 1.4MB/s
Collecting selenium>=2.53.6 (from robotframework-seleniumlibrary)
  Downloading https://files.pythonhosted.org/packages/57/bc/17164fd471ccdf0df3a992c710c0c3c47743462ff41ab72a02c6ede96e90/selenium-3.12.0-py2.py3-none-any.whl (946kB)
    100% |################################| 952kB 898kB/s
Installing collected packages: robotframework, selenium
  Found existing installation: robotframework 3.0.3
    Uninstalling robotframework-3.0.3:
      Successfully uninstalled robotframework-3.0.3
  Running setup.py install for robotframework ... done
  Found existing installation: selenium 3.11.0
    Uninstalling selenium-3.11.0:
Top