File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ name : 🐛 Bug report
4
+ about : Create a report to help us improve
5
+ ---
6
+
7
+ ## 🐛 Bug Report
8
+
9
+ A clear and concise description of what the bug is.
10
+
11
+ <!--
12
+ Please be sure to include an SSCCE (Short, Self Contained, Correct [compilable] example) http://sscce.org/
13
+ -->
14
+
15
+ <!-- NOTE
16
+ FIREFOX 48+ IS ONLY COMPATIBLE WITH GECKODRIVER.
17
+
18
+ If the issue is with Google Chrome consider logging an issue with chromedriver instead:
19
+ https://sites.google.com/a/chromium.org/chromedriver/help
20
+
21
+ If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with Mozilla:
22
+ https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette
23
+
24
+ -->
25
+
26
+ ## To Reproduce
27
+
28
+ Steps to reproduce the behavior (including the command to start the containers):
29
+
30
+ ## Expected behavior
31
+
32
+ A clear and concise description of what you expected to happen.
33
+
34
+ ## Test script reproducing this issue (when applicable)
35
+
36
+ Please provide a test script to reproduce the issue you are reporting, if the
37
+ setup is more complex, GitHub repo links are also OK.
38
+
39
+ Issues without a reproduction script are likely to stall and eventually be closed.
40
+
41
+ ## Environment
42
+
43
+ OS: <!-- Windows 10? OSX? -->
44
+ Docker-Selenium image version: <!-- 3, 3.4, 3.141.59-bismuth etc
45
+ Also provide the docker image id
46
+ -->
47
+ Docker version:
48
+ Docker-Compose version (if applicable):
49
+ Exact Docker command to start the containers (if using docker-compose, provide
50
+ the docker-compose file as well):
You can’t perform that action at this time.
0 commit comments