UNPKG

@nightwatch/nightwatch-inspector

Version:

Nightwatch Inspector that allows you to tests command directly from the browser

7 lines (5 loc) 188 B
// Can use // chrome.devtools.* // chrome.extension.* // Create a tab in the devtools area chrome.devtools.panels.create('Nightwatch Inspector', null, 'panel/index.html', function() {});