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 26529 - Window commands should not take window_handle
Summary: Window commands should not take window_handle
Status: RESOLVED FIXED
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2014-08-05 23:04 UTC by Marc Fisher
Modified: 2014-08-06 18:38 UTC (History)
2 users (show)

See Also:


Attachments

Description Marc Fisher 2014-08-05 23:04:57 UTC
The following endpoints include a window_handle:
  POST	/session/{sessionId}/window/{windowHandle}/size	
  GET	/session/{sessionId}/window/{windowHandle}/size	
  POST	/session/{sessionId}/window/{windowHandle}/maximize

But we had previously decided these commands should only operate on the current window (https://www.w3.org/Bugs/Public/show_bug.cgi?id=24987) so the handle is meaningless.
Comment 1 David Burns :automatedtester 2014-08-06 18:38:42 UTC
https://dvcs.w3.org/hg/webdriver/rev/cefd47df0817