Reputation: 805
Does Selenium WebDriver support Robot framework? I have a script to log in facebook using java and Webdriver. Now I want to execute this using any framewrok. Is it possible to execute the tests using robot framework written in java using Webdriver?
Thanks & Regards, Shiva Oleti
Upvotes: 0
Views: 3015
Reputation: 1510
Yes it is possible, Robot Framework has a library for Selenium 1 and Selenium 2 / Webdriver
Upvotes: 1
Reputation: 25056
I wouldn't have thought there would be much issues. There is a dedicated library to help:
http://code.google.com/p/robotframework-seleniumlibrary/
Upvotes: 0