| Summary: | Web Inspector: SafariDriver locateMultipleElements() errors | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jack Wellborn <w0nka> |
| Component: | Web Inspector | Assignee: | 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 | ||
Ah crap. Didn't fill out the title completely 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 *** |
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?