Skip to content

Instantly share code, notes, and snippets.

View apdarshan's full-sized avatar
🏠
Working from home

Darshan Prakash apdarshan

🏠
Working from home
View GitHub Profile
@apdarshan
apdarshan / wedriverio-setup.js
Created December 29, 2017 09:00
WebdriverIO in Chrome Headless using chromedriver
process.env['PLATFORM_ARCH_OVERRIDE'] = 'x64';
const webdriverio = require('webdriverio');
const chromedriver = require('chromedriver'); //using https://www.npmjs.com/package/chromedriver
const PORT = 9515;
chromedriver.start([
'--url-base=wd/hub',
`--port=${PORT}`,
'--verbose'
@apdarshan
apdarshan / CSS-Google-now-Icon-.markdown
Last active February 27, 2021 08:26
CSS Google now Icon with animation
@apdarshan
apdarshan / dabblet.css
Created February 4, 2013 17:03
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 111111