testdevlab / TestUI

MIT License
33 stars 9 forks source link

Safari ignores browser size configuration #72

Open elvijsTDL opened 2 years ago

elvijsTDL commented 2 years ago

Setting browserSize or startMaximized to true does not change the Safari browser size during test runs.

Configuration.browser = "safari";
Configuration.automationType = Configuration.DESKTOP_PLATFORM;
Configuration.browserSize = "1920x1080";

Expected results: Safari starts up and the browser size is 1920x1080

Actual results: Safari starts up and the browser size is the default one