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 25678 - 7.2.1 - switchToWindow doesn't tell that it should change window focus
Summary: 7.2.1 - switchToWindow doesn't tell that it should change window focus
Status: RESOLVED INVALID
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-05-13 07:55 UTC by Andrey Botalov
Modified: 2016-09-19 16:17 UTC (History)
2 users (show)

See Also:


Attachments

Description Andrey Botalov 2014-05-13 07:55:39 UTC
Recently window-manipulation methods like "setWindowSize" have been modified and tell that they do operations with "window currently in focus".

But "switchToWindow" uses another wording - "window used as the context for processing commands".

Those wordings are not the same and thus it may be not crystal clear that "switchToWindow" should change focus that is used in methods like "setWindowSize"/"getWindowSize"/etc.

I think so becuase of this bug in Chromedriver - https://code.google.com/p/chromedriver/issues/detail?id=769