-
Open a browser
# start an instance of firefox with selenium-webdriver $browser_type = 'firefox' $host = 'http://localhost:4444/wd/hub'
$capabilities = array(\WebDriverCapabilityType::BROWSER_NAME => $browser_type);
| [alias] | |
| random = !"git add -A; git commit -am \"$(echo $(curl -s http://whatthecommit.com/index.txt)\" (http://whatthecommit.com)\")\"; git pull --rebase; git push" |
| server { | |
| listen 80; | |
| server_name www.example.com; | |
| root /var/www/vhosts/example.com/public/; | |
| location / | |
| { | |
| index index.php index.html index.htm; | |
| } |
| #weasel.custom.yaml | |
| patch: | |
| "preset_color_schemes/Solarized_Lite": | |
| author: "五磅兔 zcunlin@foxmail.com, based on Aben's 曬經石\solarized_Rock, original artwork by ethanschoonover‘s solarized" | |
| back_color: 0xe3f6fd #底色 | |
| border_color: 0xd5e8ee #边框色 | |
| candidate_text_color: 0x837b65 #候选项颜色 | |
| comment_text_color: 0xd28b26 #编码提示颜色 | |
| hilited_back_color: 0xd5e8ee #编码底色 | |
| hilited_candidate_back_color: 0x98a12a #首选项高亮背景色 |
| /* | |
| * stickyfloat - jQuery plugin for verticaly floating anything in a constrained area | |
| * | |
| * Example: jQuery('#menu').stickyfloat({duration: 400}); | |
| * parameters: | |
| * duration - the duration of the animation | |
| * startOffset - the amount of scroll offset after it the animations kicks in | |
| * offsetY - the offset from the top when the object is animated | |
| * lockBottom - 'true' by default, set to false if you don't want your floating box to stop at parent's bottom | |
| * $Version: 05.16.2009 r1 |