Skip to content

sloria/sublime-selenium-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Text 2 Snippets - Selenium (Python bindings)

ST2 snippets for the Selenium WebDriver Python bindings.

Install

Copy the files to your Packages directory.

Package Control

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.

Mac OS X

git clone git://github.com/sloria/sublime-selenium-snippets.git ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Selenium/snippets

Windows

git clone git://github.com/sloria/sublime-selenium-snippets.git %userprofile%\AppData\Roaming\Sublime Text 2\Packages\Selenium\snippets

Examples

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")

About

Sublime Text 2/3 snippets for the Selenium WebDriver Python bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •