Allow signing into default profile and enabling extensions (#29)

* Allow signing into default profile and enabling extensions

- Add `signIn` argument to `startWithDebugPort` API.
- Add tests.

Related: https://github.com/dart-lang/webdev/issues/1490

* Addressed CR comments, fixed test failure

* Addressed more CR comments

* Addressed CR comments, fixed test flake

* Create tem dir for eacch test, better flake fix

* Make closing chrome on each test explicit
4 files changed
tree: f831f84985d0eb068f88673ba23acd65646c2437
  1. .github/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  6. analysis_options.yaml
  7. AUTHORS
  8. CHANGELOG.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Dart

Provides a standardized way to launch web browsers.

Currently, Chrome is the only supported browser.

Support for other browsers will be added in the future.