https://github.com/timnew/flutter-desktop-chrome-driver
https://github.com/timnew/flutter-desktop-chrome-driver
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timnew/flutter-desktop-chrome-driver
- Owner: timnew
- Created: 2021-11-08T03:52:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T03:52:24.000Z (over 4 years ago)
- Last Synced: 2025-11-23T18:03:28.156Z (6 months ago)
- Language: Dart
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_chrome
Test Flutter desktop to drive a chrome browsers via WebDriver protocol
Start Chrome Driver
```
chromedriver --port=4444 --url-base=wd/hub --verbose
```