index.rst (722B)
1 .. -*- Mode: rst; fill-column: 80; -*- 2 3 =============== 4 Using GeckoView 5 =============== 6 7 .. toctree:: 8 :maxdepth: 1 9 :glob: 10 :hidden: 11 12 * 13 14 - `GeckoView Quick Start Guide <geckoview-quick-start.html>`__: Get 15 GeckoView up and running inside your application. 16 - `Interacting with Web Content <web-extensions.html>`__: Writing Web 17 Extensions, running content scripts and interacting with Javascript 18 running in a web page. 19 - `Working with Site Permissions <permissions.html>`__: Handling and 20 responding to requests from websites for permissions, such as 21 geolocation, storage, media etc. 22 - `Configuring GeckoView for Automation <automation.html>`__: Get GeckoView 23 set up on your automation system.