Open hoantruong opened 1 year ago
Thanks for the report. I verified using a sample app and running using latest versions and observed that passing browser dimension is not taking effect. I tried passing different dimensions, but the browser window size is same:
--browser-dimension
argument:Could you please help to fix this issue soon @darshankawar?
Thanks very much!
Is there an existing issue for this?
Steps to reproduce
I am trying to run flutter web test on Chrome, with the following command:
Expected results
The browser is resized to 1920 x 1080 when start.
Actual results
The browser is NOT resized to 1920 x 1080 when start.
Code sample
Code sample
```dart [Paste your code here] ```Screenshots or Video
Screenshots / Video demonstration
[Upload media here]Logs
Logs
```console [Paste your logs here] ```Flutter Doctor output
Doctor output
```console [Paste your output here] ```