it's tagged selenium

detro/ghostdriver - github

Ghost Driver is a pure JavaScript implementation of the WebDriver Wire Protocol for PhantomJS. It's a Remote WebDriver that uses PhantomJS as back-end.

https://github.com/detro/ghostdriver

Speed Up Your Selenium Tests with PhantomJS - YouTube

In this talk we will discuss how to use PhantomJS as a backend for RemoteWebDriver. The main purpose is to speed up the execution of test scripts, getting rid of the _bloated heaviness_ of real web browsers, and substitute them with this lightweight headless browser that everyone is talking about.

http://www.youtube.com/watch?v=wqxkKIC2HDY

Headless testing with PhantomJS and Selenium WebDriver

PhantomJS is a headless WebKit solution which is very fast, it does not suffer from slow browser startup times or other issues you might encounter with browsers. Together with Ivan De Marino’s GhostDriver, we can now run Selenium WebDriver tests with PhantomJS.

http://blog.testingbot.com/2012/11/30/phantomj...

Web scraping: Reliably and efficiently pull data from pages that don't expect it

Exciting information is trapped in web pages and behind HTML forms. In this tutorial, you'll learn how to parse those pages and when to apply advanced techniques that make scraping faster and more stable. We'll cover parallel downloading with Twisted, gevent, and others; analyzing sites behind SSL; driving JavaScript-y sites with Selenium; and evading common anti-scraping techniques.

http://pyvideo.org/video/609/web-scraping-reli...

Create Robust Selenium Tests With PageObjects

The Page Object Pattern is a strong and efficient way to create, maintain and reuse test scripts for testing Web applications. PageObjects bring object oriented programming to test scripts.

http://www.pushtotest.com/create-robust-seleni...

Selenium, You Are Doing It Wrong

Adam Goucher and Frank Cohen discuss Selenium adoption in the enterprise: Selenium best practices, Selenium infrastructure, and the evolution of Selenium IDE and RC. Adam demonstrates what teams are doing wrong when it comes to using Selenium for browser automation.

http://www.pushtotest.com/selenium-you-are-doi...

Testing the Mobile (and Desktop) Web with Selenium 2.0 - Better, Faster, and mor...

WebDriver aims to natively drive each browser the best way possible for maximum capability, then hiding those differences between lower level C and C++ APIs, and finally exposing the functionality through the appropriate C/C++ mechanism for each target language, such as using ctypes for Python. With WebDriver's technical approach, anything a user can do is now possible in test automation code.

http://pyvideo.org/video/373/pycon-2011--testi...