File: WPEWebDriver.1

package info (click to toggle)
wpewebkit 2.50.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 438,288 kB
  • sloc: cpp: 3,777,429; javascript: 197,888; ansic: 156,951; python: 49,118; asm: 21,987; ruby: 18,540; perl: 16,722; xml: 4,623; yacc: 2,360; sh: 2,096; java: 2,019; lex: 1,327; pascal: 366; makefile: 92
file content (46 lines) | stat: -rw-r--r-- 1,726 bytes parent folder | download | duplicates (4)
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 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 <n>    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>,\ \-\-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.