Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ISSUE_TEMPLATE.md - github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a97a84dc7dbc41a1575c9d3acefacee255388135 (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
## System
* Version: <!-- geckodriver version -->
* Platform: <!-- e.g. Linux/macOS/Windows + version -->
* Firefox: <!-- from the about dialogue -->
* Selenium: <!-- binding + version -->


## Testcase

<!--
Provide a minimal HTML document
that can be used to reproduce the issue.
The document should only contain the bare necessities
required to observe the problem.
-->


## Stacktrace

<!--
Error and stacktrace produced by client binding.
-->


## Trace-level log

<!--
See https://github.com/mozilla/geckodriver#firefox-capabilities
for making geckodriver produce a trace-level log.

The short version is to either pass the -vv flag
or {"moz:firefoxOptions": {"log": {"level": "trace"}}} as a capability.
-->