.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH WPEWebDriver 1 "May 22, 2019" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME WPEWebDriver \- WebDriver service implementation for WPE WebKit .SH SYNOPSIS .B WPEWebDriver .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B WPEWebDriver command. .PP WebDriver is an automation API to control a web browser. It allows the user to create automated tests for web applications independently of the browser and platform. The \fBWPEWebDriver\fP binary provides the WebDriver service implementation for WPE WebKit. It works as a server, processing client requests to spawn and control the web browser. This driver is not tied to any specific browser and can be used with any WPE WebKit-based browser, but it uses MiniBrowser as the default. .SH OPTIONS .TP .B \-h,\ \-\-help Show summary of command-line options. .TP .B \-p ,\ \-\-port= Set the port number that the driver will use. .SH AUTHOR This manual page was written by Alberto Garcia , based on the contents of \fIhttps://blogs.igalia.com/carlosgc/2017/09/09/webdriver-support-in-webkitgtk-2-18/\fP.