Skip to content

Commit

Permalink
Update webdriver imports. (#45816)
Browse files Browse the repository at this point in the history
This is to be able to update the webdriver dependency.

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
godofredoc committed Sep 14, 2023
1 parent e0b5b6c commit 14a2b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 14a2b81

Please sign in to comment.