Skip to content

pmdartus/chromedriver-hidden-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

git clone https://github.com/pmdartus/chromedriver-hidden-features
cd chromedriver-hidden-features
npm install

Selenium should be running and available on localhost:4444.

Usage

# Usage [command] [url] [file name]

node index.js cpu-profile http://github.com res     # Takes a CPU profile of the page loading
node index.js heap-snapshot http://github.com res   # Takes a heap snapshot
node index.js timeline http://github.com res        # Record a timeline of the page loading

About

ChromeDriver hidden commands for performance measurement

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published