This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26712 - maximizeWindow needs an algorithm
Summary: maximizeWindow needs an algorithm
Status: NEW
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-02 06:19 UTC by Andreas Tolfsen
Modified: 2014-09-02 06:19 UTC (History)
1 user (show)

See Also:


Attachments

Description Andreas Tolfsen 2014-09-02 06:19:22 UTC
The maximize window section needs an algorithm as it's currently very confusing how it should be implemented by the driver.

Specifically the first paragraph talks about whether the window manager understands the concept of maximization; presumably the driver should return with an error if this isn't supported by the WM.

(It also talks about the return type void which isn't accurate.  Also bug 26711.)