File: WebKitWebDriver.1

package info (click to toggle)
webkit2gtk 2.51.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 455,340 kB
  • sloc: cpp: 3,865,253; javascript: 197,710; ansic: 165,177; python: 49,241; asm: 21,868; ruby: 18,095; perl: 16,926; xml: 4,623; sh: 2,409; yacc: 2,356; java: 2,019; lex: 1,330; pascal: 372; makefile: 210
file content (46 lines) | stat: -rw-r--r-- 1,739 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\"                                      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 WebKitWebDriver 1 "Feb 27, 2020"
.\" 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 <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
WebKitWebDriver \- WebDriver service implementation for WebKitGTK.
.SH SYNOPSIS
.B WebKitWebDriver
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B WebKitWebDriver
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 \fBWebKitWebDriver\fP binary provides the WebDriver service
implementation for WebKitGTK. 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 WebKitGTK-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>,\ \-\-port=<port>
Set the port number that the driver will use.
.SH AUTHOR
This manual page was written by Alberto Garcia <berto@igalia.com>,
based on the contents of \fIhttps://blogs.igalia.com/carlosgc/2017/09/09/webdriver-support-in-webkitgtk-2-18/\fP.