ST2 snippets for the Selenium WebDriver Python bindings.
Copy the files to your Packages directory.
In the command pallette (Cmd-Shift+P on Mac) type 'Install' then press enter to see a list of packages. Search for 'Selenium Snippets' then press enter to install.
git clone git://github.com/sloria/sublime-selenium-snippets.git ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Selenium/snippets
git clone git://github.com/sloria/sublime-selenium-snippets.git %userprofile%\AppData\Roaming\Sublime Text 2\Packages\Selenium\snippets
sel:css
expands to self.driver.find_element_by_css_selector("selector")
sel:plinks
expands to self.driver.find_elements_by_partial_link_text("link_text")