Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webdriver imports. #45816

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/web_ui/dev/webdriver_browser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'dart:io';
import 'dart:math';

import 'package:image/image.dart';
import 'package:webdriver/io.dart' show WebDriver, createDriver;
import 'package:webdriver/async_io.dart' show WebDriver, createDriver;

import 'browser.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dev_dependencies:
uuid: 4.0.0
watcher: 1.1.0
web_socket_channel: any
webdriver: 3.0.1
webdriver: 3.0.2
webkit_inspection_protocol: any
yaml: 3.0.0
web_test_utils:
Expand Down