Found the resource on Created By Pete
First, you’ll need to make sure you have Wget, on OS X you can just use Homebrew.
brew install wget
Found the resource on Created By Pete
First, you’ll need to make sure you have Wget, on OS X you can just use Homebrew.
brew install wget
# Given | |
Given I am on [the] homepage | |
Given I am on "url" | |
# When | |
When I go to [the] homepage | |
When I go to "url" | |
When I reload the page |
function elqGetGuidCookieValue() { | |
var name, value, index, cookies=document.cookie.split(';'); | |
for (var i = 0; i < cookies.length; i++) { | |
index = cookies[i].indexOf('='); | |
if (index > 0 && cookies[i].length > index + 1) { | |
name = cookies[i].substr(0, index).trim(); | |
if (name == 'ELOQUA') { | |
value = cookies[i].substr(index + 1); | |
var subCookies = value.split("&"); | |
for (var l = 0; 1 < subCookies.length; l++) { |
javascript:(function () { | |
var match = window.location.href.match(/case\/(\d*)/); | |
var ticketNumber = match[1]; | |
var userToken = '360a6f712f81c3841de1e5f013316110'; | |
var workspaceId = 918242; | |
function submitTimeOnProject(project) { | |
console.log('Submiting time on project', project); | |
var entryRequest = new XMLHttpRequest(); |
<span elqid="7" elqtype="DynamicContent" class="remove-absolute" style="display: block"></span> | |
<!-- Change the eqlid value to the id of the dynamic content you want to use --> |
function addParamToURL(selector, paramName, value){ | |
var $selector = $(selector); | |
var href = $selector.attr('href'); | |
var param = paramName + '=' + value; | |
try { | |
if(href.indexOf('?') > -1) { | |
href += '&' + param; | |
} else { | |
href += '?' + param; | |
} |
javascript:(function () { | |
var calDescription = document.getElementsByTagName('textarea')[0]; | |
calDescription.value = 'http://relationshipone.webex.com/meet/dan.flies\n\n+1-415-655-0002 US Toll\n808 992 406 Access code'; | |
calDescription.click(); | |
calDescription.focus(); | |
})(); |
export CLICOLOR=1 | |
export LSCOLORS=ExFxBxDxCxegedabagacad | |
alias ll="ls -lhGF" | |
alias la="ls -lahGF" | |
mkcd(){ | |
mkdir "$1" && cd "$1" | |
} |
<table border="0" cellpadding="0" cellspacing="0" width="600"> | |
<tbody> | |
<tr style="font-family:Arial;"> | |
<td background="http://images.go.emersonprocess.com/EloquaImages/clients/EmersonProcessManagement/%7b857a37af-a23e-40c4-85d6-536a2b0ca5b0%7d_dvc-power-boiler_600x130.jpg" bgcolor="#595858" width="600" height="130" valign="middle" style="mso-line-height-rule:exactly;line-height:30px;"> | |
<!--[if gte mso 9]> | |
<v:rect | |
xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:130px;"> | |
<v:fill type="tile" src="http://images.go.emersonprocess.com/EloquaImages/clients/EmersonProcessManagement/%7b857a37af-a23e-40c4-85d6-536a2b0ca5b0%7d_dvc-power-boiler_600x130.jpg" color="#595858" /> | |
<v:textbox inset="0,0,0,0"> | |
<![endif]--> |