Skip to content

Commit

Permalink
Start Chrome maximized (dart-archive/browser_launcher#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
grouma authored Sep 26, 2019
1 parent 2e67248 commit 7358e2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/browser_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.4

- Start Chrome maximized.

## 0.1.3

- widen the version constraint on `package:webkit_inspection_protocol`
Expand Down
1 change: 1 addition & 0 deletions pkgs/browser_launcher/lib/src/chrome.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class Chrome {
'--no-default-browser-check',
'--disable-default-apps',
'--disable-translate',
'--start-maximized',
];
if (headless) {
args.add('--headless');
Expand Down
2 changes: 1 addition & 1 deletion pkgs/browser_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: browser_launcher
description: Provides a standardized way to launch web browsers for testing and tools.

version: 0.1.3
version: 0.1.4

author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/browser_launcher
Expand Down

0 comments on commit 7358e2a

Please sign in to comment.