shiva oleti
shiva oleti

Reputation: 805

Does Selenium WebDriver support robot framework?

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

Answers (2)

VolkerK
VolkerK

Reputation: 1510

Yes it is possible, Robot Framework has a library for Selenium 1 and Selenium 2 / Webdriver

Upvotes: 1

Arran
Arran

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

Related Questions