npavangouda
npavangouda

Reputation: 23

testcafe - 1.9.0 openwindow maximizeWindow is not maximizing the new window

How to maximize new window.

Code: await t.openWindow('http://example.com').maximizeWindow();

Issue: thew new window is not maximizing.

Upvotes: 0

Views: 288

Answers (1)

Rob C
Rob C

Reputation: 737

It looks like this was a bug, and has been resoled in v1.10.0. If you upgrade, you should be able to see the window re-size.

https://github.com/DevExpress/testcafe/issues/5885

Upvotes: 1

Related Questions