chrome-remote-interface
Chrome DevTools Protocol client.
Currently Work In Progress.
Supported Browser
- Chromium (latest)
Browser Discovery
- Using environemnt variable
CRI_CHROME_BIN
if specified. - Search Platform path.
- Windows:
C:\Program Files\Chromium\Application\chrome.exe
- Mac:
/Applications/Chromium.app/Contents/MacOS/Chromium
- Linux:
/usr/bin/chromium
or/usr/bin/chromium-browser
- Windows:
- Lookup via
PATH
env var.
Example
use Browser;
use ;
async
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.!
License: MIT OR Apache-2.0