[Bug 23868] New: [WebDriver Spec]: incorrect use of Move Target out of Bounds error

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23868

            Bug ID: 23868
           Summary: [WebDriver Spec]: incorrect use of Move Target out of
                    Bounds error
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: dburns@mozilla.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org
            Blocks: 20860

Hi all, 
One question about user click
(https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html#clicking).
It defined a click method and some possible errors.  One of them is "move
target out of bounds”,  described below content: 

if the element cannot be scrolled into view.

But it seems much different with the description of selenium
MoveTargetOutOfBoundsException:

Indicates that the target provided to the actions move() method is invalid


That puzzled me, and i think the description describe in selenium is better
match with the error name. Is this a bug in current spec? 

Thanks!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 19 November 2013 22:44:25 UTC