Official Selenium Blog

November 27, 2012

A Smattering of Selenium #130

Filed under: Uncategorized — adam goucher @ 2:00 pm GMT+0000

Can’t get enough Se bloggage? Have a look at Overview of Selenium Blogs — though I must say there has to be something wrong with the Alexa algorithm if I am that far down the list. And behind both David and Alister. 🙂

  • Must Have Git Aliases: Advanced Examples reminds me of someone I used to work with who likely couldn’t function on a clean unix system, but with all his aliases was mind blowing to watch
  • Writing a Selenium Test Framework for a Django Site (Part 3) has the usual myths and FUD around XPath and embeds locators in the script method but is the first thing I’ve seen that uses the Color class in Python so I’ll overlook those things. This time.
  • How to solve Selenium focus issues introduced me to jQuery’s :focus pseudoselector
  • I’m sure there is something to be learned from Use Rails until it hurts. Especially from the paragraph above the twitter inclusions
  • Checking an image is actually visible using WebDriver is something I plan on stealing.
  • Android 4.0 in VirtualBox seems like a cool way to build out an android build farm
  • Autoloading in PHP and the PSR-0 Standard has some Symfony specific bits, but is generally useful
  • Extending Selenium with jQuery is something else I intend to steal
  • From the same person is Combining py.test and Selenium to test webapps which shows off some of what py.test can do with fixtures. Not how I would do it, but cool none the less.
  • Let me say this again; the officially blessed solution for getting response codes is to route your calls through a proxy (like the BrowserMob Proxy) and then ask it what they were. But if you are bound and determined to craft ‘solutions’ that only work in a single browser, or a single language, or require changing your application then How To Get The HTTP Status Code In Selenium WebDriver will make good breakfast reading. North American time that is…
  • 1 Comment »

    1. Definitely with you on the jQuery extension. Good links. Thanks again!

      Comment by Chris Culver — November 27, 2012 @ 3:02 pm GMT+0000 | Reply


    RSS feed for comments on this post. TrackBack URI

    Leave a comment

    Create a free website or blog at WordPress.com.