You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2017. It is now read-only.
Basically, make it so the CLI can be customized as much as the main browser app.
This should probably happen through the html-inspector-config.js file which should handle any customization as well as calling inspect(). Only call inspect programmatically if there's no custom config file (currently PhantomJS always calls inspect()).
Also make sure to add automated tests (which don't currently exist).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Basically, make it so the CLI can be customized as much as the main browser app.
This should probably happen through the
html-inspector-config.js
file which should handle any customization as well as callinginspect()
. Only call inspect programmatically if there's no custom config file (currently PhantomJS always callsinspect()
).Also make sure to add automated tests (which don't currently exist).
The text was updated successfully, but these errors were encountered: