Bug 206827

Summary: Web Inspector: SafariDriver locateMultipleElements() errors
Product: WebKit Reporter: Jack Wellborn <w0nka>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: bburg, inspector-bugzilla-changes
Priority: P2    
Version: Safari Technology Preview   
Hardware: Mac   
OS: macOS 10.14   

Description Jack Wellborn 2020-01-27 08:30:51 PST
SafariDriver started returning the following error (first noticed inn Release 99 (Safari 13.2, WebKit 14610.1.1).) I notice that the driver.version is returning unknown, but the sessions is start and some commands to do things like resize the window are working.


Error while running .locateMultipleElements() protocol action: An unknown server-side error occurred while processing the command.

   Response 500 POST /wd/hub/session/B993C07D-3667-4663-9E7A-0C7FD228AE2F/elements (13ms)
   {
     state: 'unknown error',
     sessionId: null,
     value: {
       systemInformation: "System info: host: '#########', ip: '#########', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.14.6', java.version: '9.0.4'",
       message: '',
       error: [
         "Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'",
         "System info: host: '#########', ip: '#########', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.14.6', java.version: '9.0.4'",
         'Driver info: driver.version: unknown'
       ]
     },
     status: 13
}

Related, would it be possible to add a WebDriver or SafariDriver as an option in components?
Comment 1 Jack Wellborn 2020-01-27 08:32:06 PST
Ah crap. Didn't fill out the title completely
Comment 2 BJ Burg 2020-01-27 10:18:02 PST
Thanks for the report, we identified and fixed this here: https://bugs.webkit.org/show_bug.cgi?id=206646

*** This bug has been marked as a duplicate of bug 206646 ***