Skip to content

Instantly share code, notes, and snippets.

@spinningcat
spinningcat / file.js
Created June 6, 2019 14:39 — forked from seleniumgists/file.js
generated automatically from #selenium on seleniumhq slack
ChromeOptions options = new ChromeOptions();
options.addArguments("--headless", "--window-size=1920,1200");
WebDriver driver = new ChromeDriver(options);
@spinningcat
spinningcat / .sass-lint.yml
Created October 19, 2016 04:03 — forked from theskillwithin/resources.md
Resource List
# sass-lint config generated by make-sass-lint-config v0.1.2
#
# The following scss-lint Linters are not yet supported by sass-lint:
# DisableLinterReason, ElsePlacement, PropertyCount, SelectorDepth
# SpaceAroundOperator, TrailingWhitespace, UnnecessaryParentReference, Compass::*
#
# The following settings/values are unsupported by sass-lint:
# Linter Indentation, option "allow_non_nested_indentation"
# Linter Indentation, option "character"
# Linter NestingDepth, option "ignore_parent_selectors"