Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmdartus/chromedriver-hidden-features

ChromeDriver hidden commands for performance measurement
https://github.com/pmdartus/chromedriver-hidden-features

Last synced: 8 days ago
JSON representation

ChromeDriver hidden commands for performance measurement

Awesome Lists containing this project

README

        

# Setup

```sh
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

```sh
# 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
```