File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
website_and_docs/layouts/partials Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- < div class ="row justify-content-left p-5 " id =" nightly " >
1
+ < div class ="row justify-content-left p-5 ">
2
2
< div class ="card border-0 w-100 bg-transparent ">
3
3
< div class ="card-body ">
4
- < h2 class ="card-title "> Selenium Nightly Builds</ h2 >
4
+ < h2 id =" nightly " class ="card-title "> Selenium Nightly Builds</ h2 >
5
5
< p class ="card-text w-lg-75 ">
6
6
If you need a bug fix or a feature that just landed on the codebase,
7
7
or if you wish to test the next release before it is out, check the
@@ -39,7 +39,7 @@ <h4 class="card-title font-weight-bold">Ruby</h4>
39
39
< a href ="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-webdriver " class ="card-link ">
40
40
WebDriver
41
41
</ a > &
42
- < a href ="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-devtools " class ="card-link ml -0 ">
42
+ < a href ="https://github.com/SeleniumHQ/selenium/pkgs/rubygems/selenium-devtools " class ="card-link mx -0 ">
43
43
DevTools
44
44
</ a >
45
45
</ p >
@@ -62,7 +62,7 @@ <h4 class="card-title font-weight-bold">Ruby</h4>
62
62
< div class ="card-body ">
63
63
< h4 class ="card-title font-weight-bold "> Python</ h4 >
64
64
< p class ="card-text ">
65
- Work in progress .
65
+ Nightly builds are pushed to < a href =" https://test.pypi.org/project/selenium/ " > TestPyPI </ a > .
66
66
</ p >
67
67
</ div >
68
68
</ div >
@@ -95,7 +95,7 @@ <h4 class="card-title font-weight-bold">Java</h4>
95
95
< a href ="https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-java/ " class ="card-link ">
96
96
WebDriver
97
97
</ a > &
98
- < a href ="https://github.com/SeleniumHQ/selenium/releases/tag/nightly " class ="card-link ml -0 ">
98
+ < a href ="https://github.com/SeleniumHQ/selenium/releases/tag/nightly " class ="card-link mx -0 ">
99
99
Grid
100
100
</ a >
101
101
</ p >
You can’t perform that action at this time.
0 commit comments