Sha256: 1b8d7febae698b1f797f5c38c4c16b4e404819f04260158779f67c7a100ab980
Contents?: true
Size: 567 Bytes
Versions: 1
Compression:
Stored size: 567 Bytes
Contents
{ "name": "WebDriver", "version": "1.9.11", "description": "WebDriver extension for Chrome", "browser_action": { "default_title": "WebDriver", "default_icon": "icons/free.png" }, "background_page": "background.html", "content_scripts": [ { "matches": ["http://*/*", "https://*/*", "file:///*"], "js": ["utils.js", "content_script.js"], "run_at": "document_end", "all_frames": true } ], "plugins": [{"path": "npchromedriver.dll", "public": true}], "permissions": ["http://*/*", "tabs"] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
selenium-webdriver-0.0.18 | chrome/src/extension/manifest-win.json |