blob: 2f50461a2f9635c55c8fa859b970c8cc0f52ceeb (
plain)
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
|
.. -*- Mode: rst; fill-column: 80; -*-
===============
Using GeckoView
===============
Usage Documentation
===================
.. toctree::
:maxdepth: 1
:hidden:
geckoview-quick-start
web-extensions
permissions
automation
We are working on providing detailed usage documentation for all of
GeckoView’s most popular features. Here is what we have so far.
- `GeckoView Quick Start Guide <geckoview-quick-start.html>`__: Get
GeckoView up and running inside your application.
- `Interacting with Web Content <web-extensions.html>`__: Writing Web
Extensions, running content scripts and interacting with Javascript
running in a web page.
- `Working with Site Permissions <permissions.html>`__: Handling and
responding to requests from websites for permissions, such as
geolocation, storage, media etc.
- `Configuring GeckoView for Automation <automation.html>`__: Get GeckoView
set up on your automation system.
If there is documentation that you feel is missing, or an existing
document doesn’t cover the aspect that you are looking for, please
request it by raising an issue on our `documentation
site <https://github.com/mozilla/geckoview/issues>`__.
|