xxxxxxxxxx
Selenide does not maximize browser by default
At the beginning it seemed to be a good idea to open browser to the full screen
size.
It should make tests stable: more elements fit to the screen.
Many people still think this way.
Actually it makes tests flaky because tests result depends on screen size
which is a random uncontrollable variable.
Our new recommendation to set browser size explicitly to the minimal size
supported by your application.