[Bug 25014] New: Should sendKeys just take a string rather than string[]?

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

            Bug ID: 25014
           Summary: Should sendKeys just take a string rather than
                    string[]?
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: All
               URL: https://dvcs.w3.org/hg/webdriver/raw-file/561e13778acb
                    /webdriver-spec.html#typing-keys
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: fisherii@google.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org
            Blocks: 20860

The spec and current selenium impl have sendKeys taking a string[] parameter,
but there is no specified difference behavior for the boundaries between the
individual strings in the array (at least as far as I can see). Is there any
reason not to just flatten this to take a single string rather than an array of
strings?

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

Received on Tuesday, 11 March 2014 22:09:13 UTC