Hi,
Tech stalk I am using is as follows:
Eclipse, Selenium, Python, Robot framework, RED editor.
The same script was running properly previously but now I got new system and I have import it here. I am getting errors 'Unknown Keyword" for all the keywords . e.g. sleep, log to console, get current date. Code is as follows.
***settings***
Library Selenium2Library
Library DateTime
Library BuiltIn
Resource ../Variables.robot
Test Teardown Close all browsers
***keywords***
*** Test Cases ***
TC ID : 1
[Documentation] To verify: "Filters functionality is working"
${CurrentDate} Get Current Date result_format=%m%d%Y%H%M%S
Set Screenshot Directory ${ScreenShotFolder}/${CurrentDate}
sleep 2
log to console Total Rows= ${rows}
Error screenshot.