Yes, we even have a special library for that:
http://code.google.com/p/robotframework-seleniumlibrary/
Cheers,
.peke
That format isn't actually selenese, this is how Robot Framework test
case normally look like. You should probably take a look at the Quick
Start Guide [1] to get a better understanding about the syntax and how
keywords there map to different keywords.
> I want to know that should i use robotframework with selenium library
> without leaving the flexibility i have in python scripting.
>
> More precisely can i write selenium rc script in python by using this
> framework.
You can write your own library that uses Selenium RC and use its
keywords from Robot Framework test data. You can interact with
Selenium RC directly or use SeleniumLibrary internally. If you are
planning to implement some generic functionality, please submit
feature requests and/or patches to SeleniumLibrary's tracker.
Cheers,
.peke
[1] http://code.google.com/p/robotframework/wiki/QuickStartGuide