Name Description Size
__init__.py 0
maximize.py 3204
stress.py Without defining the heuristics of each platform WebDriver runs on, the best we can do is to test that maximization occurs synchronously. Not all systems and window managers support maximizing the window, but they are expected to do their best. The minimum requirement is that the maximized window is larger than its original size. To ensure the maximization happened synchronously, we test that the size hasn't changed after a short amount of time, using a thread suspend. This is not ideal, but the best we can do given the level of platform ambiguity implied by WebDriver. 1505
user_prompts.py 3794