forked from katalon-studio/katalon-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gecko-releases.json
5928 lines (5928 loc) · 361 KB
/
gecko-releases.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/15227534",
"assets_url": "https://api.github.com/repos/mozilla/geckodriver/releases/15227534/assets",
"upload_url": "https://uploads.github.com/repos/mozilla/geckodriver/releases/15227534/assets{?name,label}",
"html_url": "https://github.com/mozilla/geckodriver/releases/tag/v0.24.0",
"id": 15227534,
"node_id": "MDc6UmVsZWFzZTE1MjI3NTM0",
"tag_name": "v0.24.0",
"target_commitish": "17945ac838449dda1defc8cda0c6dadb042519b2",
"name": "",
"draft": false,
"author": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"prerelease": false,
"created_at": "2019-01-28T22:26:07Z",
"published_at": "2019-01-28T22:50:12Z",
"assets": [
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/10823475",
"id": 10823475,
"node_id": "MDEyOlJlbGVhc2VBc3NldDEwODIzNDc1",
"name": "geckodriver-v0.24.0-linux32.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 2913969,
"download_count": 26181,
"created_at": "2019-01-28T22:51:12Z",
"updated_at": "2019-01-28T22:51:12Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux32.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/10823464",
"id": 10823464,
"node_id": "MDEyOlJlbGVhc2VBc3NldDEwODIzNDY0",
"name": "geckodriver-v0.24.0-linux64.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 2896664,
"download_count": 11689627,
"created_at": "2019-01-28T22:50:11Z",
"updated_at": "2019-01-28T22:50:12Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/10823474",
"id": 10823474,
"node_id": "MDEyOlJlbGVhc2VBc3NldDEwODIzNDc0",
"name": "geckodriver-v0.24.0-macos.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 2099879,
"download_count": 1275415,
"created_at": "2019-01-28T22:50:56Z",
"updated_at": "2019-01-28T22:50:56Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-macos.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/10823465",
"id": 10823465,
"node_id": "MDEyOlJlbGVhc2VBc3NldDEwODIzNDY1",
"name": "geckodriver-v0.24.0-win32.zip",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/zip",
"state": "uploaded",
"size": 3911874,
"download_count": 250793,
"created_at": "2019-01-28T22:50:18Z",
"updated_at": "2019-01-28T22:50:18Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-win32.zip"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/10823473",
"id": 10823473,
"node_id": "MDEyOlJlbGVhc2VBc3NldDEwODIzNDcz",
"name": "geckodriver-v0.24.0-win64.zip",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/zip",
"state": "uploaded",
"size": 4673848,
"download_count": 5443376,
"created_at": "2019-01-28T22:50:52Z",
"updated_at": "2019-01-28T22:50:53Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-win64.zip"
}
],
"tarball_url": "https://api.github.com/repos/mozilla/geckodriver/tarball/v0.24.0",
"zipball_url": "https://api.github.com/repos/mozilla/geckodriver/zipball/v0.24.0",
"body": "### Added\r\n\r\n- Introduces `strictFileInteractability` capability\r\n\r\n The new capabilitiy indicates if strict interactability checks\r\n should be applied to `<input type=file>` elements. As strict\r\n interactability checks are off by default, there is a change\r\n in behaviour when using [Element Send Keys](https://w3c.github.io/webdriver/#element-send-keys)\r\n with hidden file upload controls.\r\n\r\n- Added new endpoint `GET /session/{session id}/moz/screenshot/full`\r\n for taking full document screenshots, thanks to Greg Fraley.\r\n\r\n- Added new `--marionette-host <HOSTNAME>` flag for binding to a\r\n particular interface/IP layer on the system.\r\n\r\n- Added new endpoint `POST /session/{session_id}/window/new`\r\n for the [New Window](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Commands/New_Window) command to create a new top-level browsing context,\r\n which can be either a window or a tab. This feature requires\r\n Firefox 66 or later.\r\n\r\n- When using the preference `devtools.console.stdout.content` set to\r\n `true` logging of console API calls like `info()`, `warn()`, and\r\n `error()` can be routed to stdout.\r\n\r\n- geckodriver now sets the `app.update.disabledForTesting` preference\r\n to prevent Firefox >= 65 from automatically updating whilst under\r\n automation.\r\n\r\n### Removed\r\n\r\n- Turned off builds for arm7hf, which will no longer be released but\r\n can still be built from the source.\r\n\r\n### Changed\r\n\r\n- Allow file uploads to hidden `<input type=file>` elements\r\n\r\n Through a series of changes to the WebDriver specification,\r\n geckodriver is now aligned with chromedriver’s behaviour that\r\n allows interaction with hidden `<input type=file>` elements.\r\n\r\n This allows WebDriver to be used with various popular web\r\n frameworks that—through indirection—hides the file upload control\r\n and invokes it through other means.\r\n\r\n- Allow use of an indefinite script timeout for the [Set Timeouts](https://w3c.github.io/webdriver/webdriver-spec.html#set-timeouts)\r\n command, thanks to reimu.\r\n\r\n### Fixed\r\n\r\n- Corrected `Content-Type` of response header to `utf-8` to fix\r\n an HTTP/1.1 compatibility bug.\r\n\r\n- Relaxed the deserialization of timeouts parameters to allow unknown\r\n fields for the [Set Timeouts](https://w3c.github.io/webdriver/webdriver-spec.html#set-timeouts) command.\r\n\r\n- Fixed a regression in the [Take Element Screenshot](https://w3c.github.io/webdriver/webdriver-spec.html#take-element-screenshot) to not screenshot\r\n the viewport, but the requested element.\r\n"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/13244593",
"assets_url": "https://api.github.com/repos/mozilla/geckodriver/releases/13244593/assets",
"upload_url": "https://uploads.github.com/repos/mozilla/geckodriver/releases/13244593/assets{?name,label}",
"html_url": "https://github.com/mozilla/geckodriver/releases/tag/v0.23.0",
"id": 13244593,
"node_id": "MDc6UmVsZWFzZTEzMjQ0NTkz",
"tag_name": "v0.23.0",
"target_commitish": "master",
"name": "",
"draft": false,
"author": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"prerelease": false,
"created_at": "2018-10-04T13:03:45Z",
"published_at": "2019-01-28T15:12:43Z",
"assets": [
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8964454",
"id": 8964454,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg5NjQ0NTQ=",
"name": "geckodriver-v0.23.0-arm7hf.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3744454,
"download_count": 32735,
"created_at": "2018-10-04T13:17:20Z",
"updated_at": "2018-10-04T13:17:20Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-arm7hf.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8964503",
"id": 8964503,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg5NjQ1MDM=",
"name": "geckodriver-v0.23.0-linux32.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3902127,
"download_count": 16202,
"created_at": "2018-10-04T13:19:08Z",
"updated_at": "2018-10-04T13:19:08Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux32.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8964498",
"id": 8964498,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg5NjQ0OTg=",
"name": "geckodriver-v0.23.0-linux64.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3876109,
"download_count": 14666942,
"created_at": "2018-10-04T13:18:58Z",
"updated_at": "2018-10-04T13:18:59Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8964499",
"id": 8964499,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg5NjQ0OTk=",
"name": "geckodriver-v0.23.0-macos.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 2413898,
"download_count": 2784880,
"created_at": "2018-10-04T13:19:01Z",
"updated_at": "2018-10-04T13:19:01Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-macos.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8964483",
"id": 8964483,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg5NjQ0ODM=",
"name": "geckodriver-v0.23.0-win32.zip",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/zip",
"state": "uploaded",
"size": 4626003,
"download_count": 217794,
"created_at": "2018-10-04T13:18:17Z",
"updated_at": "2018-10-04T13:18:18Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-win32.zip"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8964504",
"id": 8964504,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg5NjQ1MDQ=",
"name": "geckodriver-v0.23.0-win64.zip",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/zip",
"state": "uploaded",
"size": 5266834,
"download_count": 6232065,
"created_at": "2018-10-04T13:19:21Z",
"updated_at": "2018-10-04T13:19:21Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-win64.zip"
}
],
"tarball_url": "https://api.github.com/repos/mozilla/geckodriver/tarball/v0.23.0",
"zipball_url": "https://api.github.com/repos/mozilla/geckodriver/zipball/v0.23.0",
"body": "This release contains a number of fixes for regressions introduced\r\nin 0.22.0, where we shipped a significant refactoring to the way\r\ngeckodriver internally dealt with JSON serialisation.\r\n\r\n### Removed\r\n\r\n- The POST `/session/{session id}/element/{element id}/tap` endpoint\r\n was removed, thanks to Kerem Kat.\r\n\r\n### Changed\r\n\r\n- [webdriver crate] upgraded to 0.38.0.\r\n\r\n### Fixed\r\n\r\n- `desiredCapabilities` and `requiredCapabilities` are again\r\n recognised on session creation\r\n\r\n A regression in 0.22.0 caused geckodriver to recognise `desired`\r\n and `required` instead of the correct `desiredCapabilities`\r\n and `requiredCapabilities`. This will have caused significant\r\n problems for users who relied on this legacy Selenium-style\r\n session creation pattern.\r\n\r\n Do however note that support for Selenium-styled new session\r\n requests is temporary and that this will be removed sometime\r\n before the 1.0 release.\r\n\r\n- `duration` field made optional on pause actions\r\n\r\n A regression in 0.22.0 caused the pause action primitive to\r\n require a `duration` field. This has now been fixed so that\r\n pauses in action chains can be achieved with the default duration.\r\n\r\n- Log level formatted to expected Marionette input\r\n\r\n A regression in 0.22.0 caused the log level to be improperly\r\n formatted when using Firefox pre-releases. This is now fixed so\r\n that the requested log level is correctly interpreted by Marionette.\r\n\r\n- `temporary` field on addon installation made optional\r\n\r\n A regression in 0.22.0 caused the `temporary` field for POST\r\n `/session/{session id}/moz/addon/install` to be mandatory. This has\r\n now been fixed so that an addon is installed permanently by default.\r\n\r\n- SHA1s in version information uses limited number of characters\r\n\r\n The SHA1 used in `--version` when building geckodriver from a\r\n git repository is now limited to 12 characters, as it is when\r\n building from an hg checkout. This ensures reproducible builds.\r\n\r\n[README]: https://github.com/mozilla/geckodriver/blob/master/README.md\r\n[Browser Toolbox]: https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox\r\n[WebDriver conformance]: https://wpt.fyi/results/webdriver/tests?label=experimental\r\n\r\n[`CloseWindowResponse`]: https://docs.rs/webdriver/newest/webdriver/response/struct.CloseWindowResponse.html\r\n[`CookieResponse`]: https://docs.rs/webdriver/newest/webdriver/response/struct.CookieResponse.html\r\n[`DeleteSession`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.DeleteSession\r\n[`ElementClickIntercepted`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.ElementClickIntercepted\r\n[`ElementNotInteractable`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.ElementNotInteractable\r\n[`FullscreenWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.FullscreenWindow\r\n[`GetNamedCookie`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.GetNamedCookie\r\n[`GetWindowRect`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.GetWindowRect\r\n[`InvalidCoordinates`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.InvalidCoordinates\r\n[`MaximizeWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.MaximizeWindow\r\n[`MinimizeWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.MinimizeWindow\r\n[`NewSession`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.NewSession\r\n[`NoSuchCookie`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.NoSuchCookie\r\n[`RectResponse`]: https://docs.rs/webdriver/0.27.0/webdriver/response/struct.RectResponse.html\r\n[`SendKeysParameters`]: https://docs.rs/webdriver/newest/webdriver/command/struct.SendKeysParameters.html\r\n[`SessionNotCreated`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.SessionNotCreated\r\n[`SetTimeouts`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.SetTimeouts\r\n[`SetWindowRect`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.SetWindowRect\r\n[`StaleElementReference`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.StaleElementReference\r\n[`UnableToCaptureScreen`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnableToCaptureScreen\r\n[`UnknownCommand`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnknownCommand\r\n[`UnknownError`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnknownError\r\n[`WindowRectParameters`]: https://docs.rs/webdriver/newest/webdriver/command/struct.WindowRectParameters.html\r\n\r\n[Add Cookie]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Commands/AddCookie\r\n[invalid argument]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/InvalidArgument\r\n[invalid session id]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/InvalidSessionID\r\n[script timeout]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/ScriptTimeout\r\n[timeout]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/Timeout\r\n[timeout object]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Timeouts\r\n\r\n[hyper]: https://hyper.rs/\r\n[mozrunner crate]: https://crates.io/crates/mozrunner\r\n[serde]: https://serde.rs/\r\n[webdriver crate]: https://crates.io/crates/webdriver\r\n\r\n[Actions]: https://w3c.github.io/webdriver/webdriver-spec.html#actions\r\n[Delete Session]: https://w3c.github.io/webdriver/webdriver-spec.html#delete-session\r\n[Element Click]: https://w3c.github.io/webdriver/webdriver-spec.html#element-click\r\n[Get Timeouts]: https://w3c.github.io/webdriver/webdriver-spec.html#get-timeouts\r\n[Get Window Rect]: https://w3c.github.io/webdriver/webdriver-spec.html#get-window-rect\r\n[insecure certificate]: https://w3c.github.io/webdriver/webdriver-spec.html#dfn-insecure-certificate\r\n[Minimize Window]: https://w3c.github.io/webdriver/webdriver-spec.html#minimize-window\r\n[New Session]: https://w3c.github.io/webdriver/webdriver-spec.html#new-session\r\n[Send Alert Text]: https://w3c.github.io/webdriver/webdriver-spec.html#send-alert-text\r\n[Set Timeouts]: https://w3c.github.io/webdriver/webdriver-spec.html#set-timeouts\r\n[Set Window Rect]: https://w3c.github.io/webdriver/webdriver-spec.html#set-window-rect\r\n[Status]: https://w3c.github.io/webdriver/webdriver-spec.html#status\r\n[Take Element Screenshot]: https://w3c.github.io/webdriver/webdriver-spec.html#take-element-screenshot\r\n[WebDriver errors]: https://w3c.github.io/webdriver/webdriver-spec.html#handling-errors\r\n\r\n[Bastien Orivel]: https://github.com/Eijebong\r\n[Jason Juang]: https://github.com/juangj\r\n[Jeremy Lempereur]: https://github.com/o0Ignition0o\r\n[Joshua Bruning]: https://github.com/joshbruning\r\n[Kalpesh Krishna]: https://github.com/martiansideofthemoon\r\n[Mike Pennisi]: https://github.com/jugglinmike\r\n[Sven Jost]: https://github/mythsunwind\r\n[Vlad Filippov]: https://github.com/vladikoff\r\n"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/12919385",
"assets_url": "https://api.github.com/repos/mozilla/geckodriver/releases/12919385/assets",
"upload_url": "https://uploads.github.com/repos/mozilla/geckodriver/releases/12919385/assets{?name,label}",
"html_url": "https://github.com/mozilla/geckodriver/releases/tag/v0.22.0",
"id": 12919385,
"node_id": "MDc6UmVsZWFzZTEyOTE5Mzg1",
"tag_name": "v0.22.0",
"target_commitish": "master",
"name": "",
"draft": false,
"author": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"prerelease": false,
"created_at": "2018-09-15T23:35:19Z",
"published_at": "2018-09-15T23:49:10Z",
"assets": [
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8691312",
"id": 8691312,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg2OTEzMTI=",
"name": "geckodriver-v0.22.0-arm7hf.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3732889,
"download_count": 5576,
"created_at": "2018-09-15T23:50:06Z",
"updated_at": "2018-09-15T23:50:06Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.22.0/geckodriver-v0.22.0-arm7hf.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8691310",
"id": 8691310,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg2OTEzMTA=",
"name": "geckodriver-v0.22.0-linux32.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3890915,
"download_count": 3834,
"created_at": "2018-09-15T23:49:45Z",
"updated_at": "2018-09-15T23:49:45Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.22.0/geckodriver-v0.22.0-linux32.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8691308",
"id": 8691308,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg2OTEzMDg=",
"name": "geckodriver-v0.22.0-linux64.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3866448,
"download_count": 1114149,
"created_at": "2018-09-15T23:49:10Z",
"updated_at": "2018-09-15T23:49:10Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.22.0/geckodriver-v0.22.0-linux64.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8691318",
"id": 8691318,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg2OTEzMTg=",
"name": "geckodriver-v0.22.0-macos.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 2402056,
"download_count": 185329,
"created_at": "2018-09-15T23:50:51Z",
"updated_at": "2018-09-15T23:50:52Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.22.0/geckodriver-v0.22.0-macos.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8691313",
"id": 8691313,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg2OTEzMTM=",
"name": "geckodriver-v0.22.0-win32.zip",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/zip",
"state": "uploaded",
"size": 4609556,
"download_count": 39370,
"created_at": "2018-09-15T23:50:10Z",
"updated_at": "2018-09-15T23:50:11Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.22.0/geckodriver-v0.22.0-win32.zip"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/8691315",
"id": 8691315,
"node_id": "MDEyOlJlbGVhc2VBc3NldDg2OTEzMTU=",
"name": "geckodriver-v0.22.0-win64.zip",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/zip",
"state": "uploaded",
"size": 5227668,
"download_count": 926789,
"created_at": "2018-09-15T23:50:30Z",
"updated_at": "2018-09-15T23:50:30Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.22.0/geckodriver-v0.22.0-win64.zip"
}
],
"tarball_url": "https://api.github.com/repos/mozilla/geckodriver/tarball/v0.22.0",
"zipball_url": "https://api.github.com/repos/mozilla/geckodriver/zipball/v0.22.0",
"body": "This release marks an important milestone on the path towards\r\na stable release of geckodriver. Large portions of geckodriver\r\nand the [webdriver] library it is based on has been refactored to\r\naccommodate using [serde] for JSON serialization.\r\n\r\nWe have also made great strides to improving [WebDriver conformance],\r\nto the extent that geckodriver is now _almost_ entirely conforming\r\nto the standard.\r\n\r\n### Added\r\n\r\n- Support for WebDriver web element-, web frame-, and web window\r\n identifiers from Firefox.\r\n\r\n- Added support for the non-configurable `setWindowRect` capability\r\n from WebDriver.\r\n\r\n This capability informs whether the attached browser supports\r\n manipulating the window dimensions and position.\r\n\r\n- A new extension capability `moz:geckodriverVersion` is returned\r\n upon session creation.\r\n\r\n### Changed\r\n\r\n- All JSON serialization and deserialisation has moved from\r\n rustc_serialize to [serde].\r\n\r\n- The HTTP status codes used for [script timeout] and [timeout]\r\n errors has changed from Request Timeout (408) to Internal Server\r\n Error (500) in order to not break HTTP/1.1 `Keep-Alive` support,\r\n as HTTP clients interpret the old status code to mean they should\r\n duplicate the request.\r\n\r\n- The HTTP/1.1 `Keep-Alive` timeout for persistent connections has\r\n been increased to 90 seconds.\r\n\r\n- An [invalid session ID] error is now returned when there is no\r\n active session.\r\n\r\n- An [invalid argument] error is now returned when [Add Cookie]\r\n is given invalid parameters.\r\n\r\n- The handshake when geckodriver connects to Marionette has been\r\n hardened by killing the Firefox process if it fails.\r\n\r\n- The handshake read timeout has been reduced to 10 seconds instead\r\n of waiting forever.\r\n\r\n- The HTTP server geckodriver uses, [hyper], has been upgraded to\r\n version 0.12, thanks to [Bastien Orivel].\r\n\r\n- geckodriver version number is no longer logged on startup, as\r\n the log level is not configured until a session is created.\r\n\r\n The version number is available through `--version`, and now\r\n also through a new `moz:geckodriverVersion` field in the matched\r\n capabilities.\r\n\r\n- The webdriver library has been updated to version 0.37.0.\r\n\r\n### Fixed\r\n\r\n- Parsing [timeout object] values has been made WebDriver conforming,\r\n by allowing floats as input.\r\n\r\n- Implicit downloads of OpenH264 and Widevine plugins has been disabled.\r\n\r\n- The commit hash and date displayed when invoking `--version`\r\n is now well-formatted when built from an hg repository, thanks to\r\n [Jeremy Lempereur].\r\n\r\n- Many documentation improvements, now published on\r\n https://firefox-source-docs.mozilla.org/testing/geckodriver/geckodriver/.\r\n\r\n\r\n\r\n\r\n[README]: https://github.com/mozilla/geckodriver/blob/master/README.md\r\n[Browser Toolbox]: https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox\r\n[WebDriver conformance]: https://wpt.fyi/results/webdriver/tests?label=experimental\r\n\r\n[`CloseWindowResponse`]: https://docs.rs/webdriver/newest/webdriver/response/struct.CloseWindowResponse.html\r\n[`CookieResponse`]: https://docs.rs/webdriver/newest/webdriver/response/struct.CookieResponse.html\r\n[`DeleteSession`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.DeleteSession\r\n[`ElementClickIntercepted`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.ElementClickIntercepted\r\n[`ElementNotInteractable`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.ElementNotInteractable\r\n[`FullscreenWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.FullscreenWindow\r\n[`GetNamedCookie`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.GetNamedCookie\r\n[`GetWindowRect`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.GetWindowRect\r\n[`InvalidCoordinates`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.InvalidCoordinates\r\n[`MaximizeWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.MaximizeWindow\r\n[`MinimizeWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.MinimizeWindow\r\n[`NewSession`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.NewSession\r\n[`NoSuchCookie`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.NoSuchCookie\r\n[`RectResponse`]: https://docs.rs/webdriver/0.27.0/webdriver/response/struct.RectResponse.html\r\n[`SendKeysParameters`]: https://docs.rs/webdriver/newest/webdriver/command/struct.SendKeysParameters.html\r\n[`SessionNotCreated`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.SessionNotCreated\r\n[`SetTimeouts`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.SetTimeouts\r\n[`SetWindowRect`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.SetWindowRect\r\n[`StaleElementReference`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.StaleElementReference\r\n[`UnableToCaptureScreen`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnableToCaptureScreen\r\n[`UnknownCommand`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnknownCommand\r\n[`UnknownError`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnknownError\r\n[`WindowRectParameters`]: https://docs.rs/webdriver/newest/webdriver/command/struct.WindowRectParameters.html\r\n\r\n[Add Cookie]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Commands/AddCookie\r\n[invalid argument]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/InvalidArgument\r\n[invalid session id]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/InvalidSessionID\r\n[script timeout]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/ScriptTimeout\r\n[timeout]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/Timeout\r\n[timeout object]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Timeouts\r\n\r\n[hyper]: https://hyper.rs/\r\n[mozrunner crate]: https://crates.io/crates/mozrunner\r\n[serde]: https://serde.rs/\r\n[webdriver crate]: https://crates.io/crates/webdriver\r\n\r\n[Actions]: https://w3c.github.io/webdriver/webdriver-spec.html#actions\r\n[Delete Session]: https://w3c.github.io/webdriver/webdriver-spec.html#delete-session\r\n[Element Click]: https://w3c.github.io/webdriver/webdriver-spec.html#element-click\r\n[Get Timeouts]: https://w3c.github.io/webdriver/webdriver-spec.html#get-timeouts\r\n[Get Window Rect]: https://w3c.github.io/webdriver/webdriver-spec.html#get-window-rect\r\n[insecure certificate]: https://w3c.github.io/webdriver/webdriver-spec.html#dfn-insecure-certificate\r\n[Minimize Window]: https://w3c.github.io/webdriver/webdriver-spec.html#minimize-window\r\n[New Session]: https://w3c.github.io/webdriver/webdriver-spec.html#new-session\r\n[Send Alert Text]: https://w3c.github.io/webdriver/webdriver-spec.html#send-alert-text\r\n[Set Timeouts]: https://w3c.github.io/webdriver/webdriver-spec.html#set-timeouts\r\n[Set Window Rect]: https://w3c.github.io/webdriver/webdriver-spec.html#set-window-rect\r\n[Status]: https://w3c.github.io/webdriver/webdriver-spec.html#status\r\n[Take Element Screenshot]: https://w3c.github.io/webdriver/webdriver-spec.html#take-element-screenshot\r\n[WebDriver errors]: https://w3c.github.io/webdriver/webdriver-spec.html#handling-errors\r\n\r\n[Bastien Orivel]: https://github.com/Eijebong\r\n[Jason Juang]: https://github.com/juangj\r\n[Jeremy Lempereur]: https://github.com/o0Ignition0o\r\n[Joshua Bruning]: https://github.com/joshbruning\r\n[Kalpesh Krishna]: https://github.com/martiansideofthemoon\r\n[Mike Pennisi]: https://github.com/jugglinmike\r\n[Sven Jost]: https://github/mythsunwind\r\n[Vlad Filippov]: https://github.com/vladikoff\r\n"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/11508322",
"assets_url": "https://api.github.com/repos/mozilla/geckodriver/releases/11508322/assets",
"upload_url": "https://uploads.github.com/repos/mozilla/geckodriver/releases/11508322/assets{?name,label}",
"html_url": "https://github.com/mozilla/geckodriver/releases/tag/v0.21.0",
"id": 11508322,
"node_id": "MDc6UmVsZWFzZTExNTA4MzIy",
"tag_name": "v0.21.0",
"target_commitish": "master",
"name": "",
"draft": false,
"author": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"prerelease": false,
"created_at": "2018-06-15T20:46:25Z",
"published_at": "2018-06-15T20:57:11Z",
"assets": [
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/7551150",
"id": 7551150,
"node_id": "MDEyOlJlbGVhc2VBc3NldDc1NTExNTA=",
"name": "geckodriver-v0.21.0-arm7hf.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3192918,
"download_count": 24799,
"created_at": "2018-06-15T20:58:12Z",
"updated_at": "2018-06-15T20:58:13Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-arm7hf.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/7551164",
"id": 7551164,
"node_id": "MDEyOlJlbGVhc2VBc3NldDc1NTExNjQ=",
"name": "geckodriver-v0.21.0-linux32.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3204777,
"download_count": 68737,
"created_at": "2018-06-15T20:59:29Z",
"updated_at": "2018-06-15T20:59:29Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-linux32.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/7551149",
"id": 7551149,
"node_id": "MDEyOlJlbGVhc2VBc3NldDc1NTExNDk=",
"name": "geckodriver-v0.21.0-linux64.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 3154655,
"download_count": 10522804,
"created_at": "2018-06-15T20:57:57Z",
"updated_at": "2018-06-15T20:57:57Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-linux64.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/7551144",
"id": 7551144,
"node_id": "MDEyOlJlbGVhc2VBc3NldDc1NTExNDQ=",
"name": "geckodriver-v0.21.0-macos.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/gzip",
"state": "uploaded",
"size": 1874024,
"download_count": 1271766,
"created_at": "2018-06-15T20:57:11Z",
"updated_at": "2018-06-15T20:57:11Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-macos.tar.gz"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/7573052",
"id": 7573052,
"node_id": "MDEyOlJlbGVhc2VBc3NldDc1NzMwNTI=",
"name": "geckodriver-v0.21.0-win32.zip",
"label": null,
"uploader": {
"login": "andreastt",
"id": 399120,
"node_id": "MDQ6VXNlcjM5OTEyMA==",
"avatar_url": "https://avatars3.githubusercontent.com/u/399120?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/andreastt",
"html_url": "https://github.com/andreastt",
"followers_url": "https://api.github.com/users/andreastt/followers",
"following_url": "https://api.github.com/users/andreastt/following{/other_user}",
"gists_url": "https://api.github.com/users/andreastt/gists{/gist_id}",
"starred_url": "https://api.github.com/users/andreastt/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/andreastt/subscriptions",
"organizations_url": "https://api.github.com/users/andreastt/orgs",
"repos_url": "https://api.github.com/users/andreastt/repos",
"events_url": "https://api.github.com/users/andreastt/events{/privacy}",
"received_events_url": "https://api.github.com/users/andreastt/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/zip",
"state": "uploaded",
"size": 3099996,
"download_count": 192179,
"created_at": "2018-06-18T12:34:38Z",
"updated_at": "2018-06-18T12:34:40Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-win32.zip"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/7551152",
"id": 7551152,
"node_id": "MDEyOlJlbGVhc2VBc3NldDc1NTExNTI=",
"name": "geckodriver-v0.21.0-win64.zip",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application/zip",
"state": "uploaded",
"size": 3942715,
"download_count": 2649419,
"created_at": "2018-06-15T20:58:31Z",
"updated_at": "2018-06-15T20:58:31Z",
"browser_download_url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-win64.zip"
}
],
"tarball_url": "https://api.github.com/repos/mozilla/geckodriver/tarball/v0.21.0",
"zipball_url": "https://api.github.com/repos/mozilla/geckodriver/zipball/v0.21.0",
"body": "Note that with this release of geckodriver the minimum recommended\r\nFirefox and Selenium versions have changed:\r\n\r\n - Firefox 57 (and greater)\r\n - Selenium 3.11 (and greater)\r\n\r\n### Added\r\n\r\n- Support for the chrome element identifier from Firefox.\r\n\r\n- The `unhandledPromptBehavior` capability now accepts `accept and\r\n notify`, `dismiss and notify`, and `ignore` options.\r\n\r\n Note that the unhandled prompt handler is not fully supported in\r\n Firefox at the time of writing.\r\n\r\n### Changed\r\n\r\n- Firefox will now be started with the `-foreground` and `-no-remote`\r\n flags if they have not already been specified by the user in\r\n `moz:firefoxOptions`.\r\n\r\n `-foreground` will ensure the application window gets focus when\r\n Firefox is started, and `-no-remote` will prevent remote commands\r\n to this instance of Firefox and also ensure we always start a new\r\n instance.\r\n\r\n- WebDriver commands that do not have a return value now correctly\r\n return `{value: null}` instead of an empty dictionary.\r\n\r\n- The HTTP server now accepts `Keep-Alive` connections.\r\n\r\n- Firefox remote protocol command mappings updated.\r\n\r\n All Marionette commands changed to make use of the `WebDriver:`\r\n prefixes introduced with Firefox 56.\r\n\r\n- Overhaul of Firefox preferences.\r\n\r\n Already deprecated preferences in Firefox versions earlier than\r\n 57 got removed.\r\n\r\n- [webdriver crate] upgraded to 0.36.0.\r\n\r\n### Fixed\r\n\r\n- Force use of IPv4 network stack.\r\n\r\n On certain system configurations, where `localhost` resolves to\r\n an IPv6 address, geckodriver would attempt to connect to Firefox\r\n on the wrong IP stack, causing the connection attempt to time out\r\n after 60 seconds. We now ensure that geckodriver uses IPv4\r\n consistently to both connect to Firefox and for allocating a free\r\n port.\r\n\r\n- geckodriver failed to locate the correct Firefox binary if it was\r\n found under a _firefox_ or _firefox-bin_ directory, depending on\r\n the system, because it thought the parent directory was the\r\n executable.\r\n\r\n- On Unix systems (macOS, Linux), geckodriver falsely reported\r\n non-executable files as valid binaries.\r\n\r\n- When stdout and stderr is redirected by geckodriver, a bug prevented\r\n the redirections from taking effect.\r\n\r\n[README]: https://github.com/mozilla/geckodriver/blob/master/README.md\r\n[Browser Toolbox]: https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox\r\n\r\n[`CloseWindowResponse`]: https://docs.rs/webdriver/newest/webdriver/response/struct.CloseWindowResponse.html\r\n[`CookieResponse`]: https://docs.rs/webdriver/newest/webdriver/response/struct.CookieResponse.html\r\n[`DeleteSession`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.DeleteSession\r\n[`ElementClickIntercepted`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.ElementClickIntercepted\r\n[`ElementNotInteractable`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.ElementNotInteractable\r\n[`FullscreenWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.FullscreenWindow\r\n[`GetNamedCookie`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.GetNamedCookie\r\n[`GetWindowRect`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.GetWindowRect\r\n[`InvalidCoordinates`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.InvalidCoordinates\r\n[`MaximizeWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.MaximizeWindow\r\n[`MinimizeWindow`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.MinimizeWindow\r\n[`NewSession`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.NewSession\r\n[`NoSuchCookie`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.NoSuchCookie\r\n[`RectResponse`]: https://docs.rs/webdriver/0.27.0/webdriver/response/struct.RectResponse.html\r\n[`SendKeysParameters`]: https://docs.rs/webdriver/newest/webdriver/command/struct.SendKeysParameters.html\r\n[`SessionNotCreated`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.SessionNotCreated\r\n[`SetTimeouts`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.SetTimeouts\r\n[`SetWindowRect`]: https://docs.rs/webdriver/newest/webdriver/command/enum.WebDriverCommand.html#variant.SetWindowRect\r\n[`StaleElementReference`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.StaleElementReference\r\n[`UnableToCaptureScreen`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnableToCaptureScreen\r\n[`UnknownCommand`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnknownCommand\r\n[`UnknownError`]: https://docs.rs/webdriver/newest/webdriver/error/enum.ErrorStatus.html#variant.UnknownError\r\n[`WindowRectParameters`]: https://docs.rs/webdriver/newest/webdriver/command/struct.WindowRectParameters.html\r\n\r\n[mozrunner crate]: https://crates.io/crates/mozrunner\r\n[webdriver crate]: https://crates.io/crates/webdriver\r\n\r\n[Actions]: https://w3c.github.io/webdriver/webdriver-spec.html#actions\r\n[Delete Session]: https://w3c.github.io/webdriver/webdriver-spec.html#delete-session\r\n[Element Click]: https://w3c.github.io/webdriver/webdriver-spec.html#element-click\r\n[Get Timeouts]: https://w3c.github.io/webdriver/webdriver-spec.html#get-timeouts\r\n[Get Window Rect]: https://w3c.github.io/webdriver/webdriver-spec.html#get-window-rect\r\n[insecure certificate]: https://w3c.github.io/webdriver/webdriver-spec.html#dfn-insecure-certificate\r\n[Minimize Window]: https://w3c.github.io/webdriver/webdriver-spec.html#minimize-window\r\n[New Session]: https://w3c.github.io/webdriver/webdriver-spec.html#new-session\r\n[Send Alert Text]: https://w3c.github.io/webdriver/webdriver-spec.html#send-alert-text\r\n[Set Timeouts]: https://w3c.github.io/webdriver/webdriver-spec.html#set-timeouts\r\n[Set Window Rect]: https://w3c.github.io/webdriver/webdriver-spec.html#set-window-rect\r\n[Status]: https://w3c.github.io/webdriver/webdriver-spec.html#status\r\n[Take Element Screenshot]: https://w3c.github.io/webdriver/webdriver-spec.html#take-element-screenshot\r\n"
},
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/10444528",
"assets_url": "https://api.github.com/repos/mozilla/geckodriver/releases/10444528/assets",
"upload_url": "https://uploads.github.com/repos/mozilla/geckodriver/releases/10444528/assets{?name,label}",
"html_url": "https://github.com/mozilla/geckodriver/releases/tag/v0.20.1",
"id": 10444528,
"node_id": "MDc6UmVsZWFzZTEwNDQ0NTI4",
"tag_name": "v0.20.1",
"target_commitish": "master",
"name": "",
"draft": false,
"author": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",
"received_events_url": "https://api.github.com/users/AutomatedTester/received_events",
"type": "User",
"site_admin": false
},
"prerelease": false,
"created_at": "2018-04-08T12:36:23Z",
"published_at": "2018-04-08T12:45:28Z",
"assets": [
{
"url": "https://api.github.com/repos/mozilla/geckodriver/releases/assets/6772569",
"id": 6772569,
"node_id": "MDEyOlJlbGVhc2VBc3NldDY3NzI1Njk=",
"name": "geckodriver-v0.20.1-arm7hf.tar.gz",
"label": "",
"uploader": {
"login": "AutomatedTester",
"id": 128518,
"node_id": "MDQ6VXNlcjEyODUxOA==",
"avatar_url": "https://avatars1.githubusercontent.com/u/128518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AutomatedTester",
"html_url": "https://github.com/AutomatedTester",
"followers_url": "https://api.github.com/users/AutomatedTester/followers",
"following_url": "https://api.github.com/users/AutomatedTester/following{/other_user}",
"gists_url": "https://api.github.com/users/AutomatedTester/gists{/gist_id}",
"starred_url": "https://api.github.com/users/AutomatedTester/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AutomatedTester/subscriptions",
"organizations_url": "https://api.github.com/users/AutomatedTester/orgs",
"repos_url": "https://api.github.com/users/AutomatedTester/repos",
"events_url": "https://api.github.com/users/AutomatedTester/events{/privacy}",