TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Selenium For Pythonistas

1 pointsby Dekkualmost 12 years ago

1 comment

hpaavolaalmost 12 years ago
Personally I prefer using Selenium through Robot Framework (<a href="http://robotframework.org/" rel="nofollow">http:&#x2F;&#x2F;robotframework.org&#x2F;</a>) and its Selenium2 Library (<a href="https://github.com/rtomac/robotframework-selenium2library/#readme" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rtomac&#x2F;robotframework-selenium2library&#x2F;#r...</a>).<p>It gives you nice reporting for free and you get to write your tests in keyword driven way.<p>And when your tests get huge and complicated, RF has many other libraries to help you out (like database and http libraries).