Safari (WebKit)
| Image | websummoner/safari |
| Engine | WebKitGTK 2.52.6, API series 6.0 (libwebkitgtk-6.0.so.4) |
| Driver | WebKitWebDriver |
How it works
Section titled “How it works”WebKitWebDriver is built from the same source tree as the engine, so driver and browser always match — there is no version-pinning problem here.
WebKitWebDriver is less complete than the Chromium and Gecko drivers, and the
hub fills several gaps from outside the browser: file upload, and translating
the proxy capability into the system environment WebKit actually reads. Two
behaviours still show through to your tests — cookies must set sameSite, and
quit() can throw even though the session ended. All four are documented on the
hub’s
WebKit section.
Building
Section titled “Building”./images safari -t websummoner/safari:2.52.6