How to convert Selenese (html) to Python programmatically?

Posted by dan on Stack Overflow See other posts from Stack Overflow or by dan
Published on 2010-04-11T16:16:49Z Indexed on 2010/04/11 16:23 UTC
Read the original article Hit count: 316

How would I convert test cases made by Selenium IDE to Python without exporting every test case by hand? Is there any command line converter for that job?

In the end I want to use Selenium RC and Pythons build in unittest to test my websites.

Thanks a lot.

© Stack Overflow or respective owner

Related posts about selenium

Related posts about selenium-rc