in reply to Re^2: Reload Browser Tab on Windows
in thread Reload Browser Tab on Windows
WWW::Mechanize::Chrome can move and resize the browser window as well:
$mech->target->send_message('Browser.setWindowBounds', windowId => $window_info->{windowId}, bounds => { 'height' => 1600, 'top' => 0, 'width' => 2560, 'left' => 0, }, )->get;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Reload Browser Tab on Windows
by LanX (Saint) on Dec 21, 2020 at 21:46 UTC |