Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
wigust
/
dotfiles
Watch
2
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a1aa22b46e
Branches
Tags
master
dotfiles
/
private_dot_emacs.d
/
snippets
/
python-mode
/
click
click
94 B
History
Raw
1
2
3
4
5
# -*- mode: snippet -*-
# name: click
# key: click
# --
d.find_elements_by_id("$1")[0].click()