Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmdartus/chromedriver-hidden-features
- Owner: pmdartus
- Created: 2017-01-08T17:15:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T15:12:55.000Z (almost 8 years ago)
- Last Synced: 2024-10-18T19:01:19.239Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```