I am unable to run a simple test and getting below error.
The content of my file google_page.txt
*** Settings ***
Library Selenium2Library
*** Test Cases ***
Go to google page page
C:\Python27>pybot C:\Python27\google_page.txt
==============================================================================
Google Page
==============================================================================
Go to spiceworks page and logon | FAIL |
------------------------------------------------------------------------------
Google Page | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
Output: C:\Python27\output.xml
Log: C:\Python27\log.html
Report: C:\Python27\report.html
I have following software installed.
C:\Python27>pybot --version
Robot Framework 3.0.1 (Python 2.7.8 on win32)
C:\Python27>python
Python 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
C:\Python27>pip list
decorator (4.0.11)
docutils (0.13.1)
pip (9.0.1)
robotframework (3.0.1)
robotframework-selenium2library (1.8.0)
selenium (3.0.2)
setuptools (33.1.1)
Thank you in advance for your help.