Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

add chromeFlags to Chromeless constructor #214

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

royalgarter
Copy link

Example:

const chromeless = new Chromeless({ 
	debug: true, 
	port: PORT,
	chromeFlags: [
		'--window-size=1366,786',
		'--proxy-server=myproxy.com:3128',
		'--disable-gpu',
		'--headless',
	]
});

@cseeger
Copy link

cseeger commented Aug 23, 2017

Possible dupe of #192 ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants