WebKitWebDriver
GTK+ Web content engine library
Install
- All systems
-
curl cmd.cat/WebKitWebDriver.sh
- Debian
-
apt-get install webkit2gtk-driver
- Ubuntu
-
apt-get install webkit2gtk-driver
- Alpine
-
apk add webkit2gtk
- Arch Linux
-
pacman -S webkit2gtk
- Kali Linux
-
apt-get install webkit2gtk-driver
- CentOS
-
yum install webkitgtk4
- Fedora
-
dnf install webkit2gtk3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install webkit2gtk-driver
- Dockerfile
- dockerfile.run/WebKitWebDriver
- Docker
-
docker run cmd.cat/WebKitWebDriver WebKitWebDriver
powered by Commando
webkit2gtk3
GTK+ Web content engine library
webkitgtk4
GTK+ Web content engine library
webkit2gtk-driver
WebKitGTK+ WebDriver support
WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. This build comes from the GTK+ port of WebKit (API version 4.0). This package provides the WebDriver service implementation for WebKitGTK+.