spidr_browser 1.0.0 copy "spidr_browser: ^1.0.0" to clipboard
spidr_browser: ^1.0.0 copied to clipboard

Browser automation layer using Chrome DevTools Protocol for SPIDR.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add spidr_browser

With Flutter:

 $ flutter pub add spidr_browser

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  spidr_browser: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:spidr_browser/spidr_browser.dart';
0
likes
160
points
132
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Browser automation layer using Chrome DevTools Protocol for SPIDR.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

http, meta, spidr_core, web_socket_channel, webkit_inspection_protocol

More

Packages that depend on spidr_browser