File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 3
3
<meta property =" og:description " content =" Simple browser automation and testing with Python. " />
4
4
<meta property =" og:image " content =" https://seleniumbase.io/img/sb_logo_7.png " />
5
5
<link rel =" icon " href =" https://seleniumbase.io/img/logo3a.png " />
6
- <!-- SeleniumBase Header -->
6
+ <!-- SeleniumBase Header1 -->
7
7
<p align =" center " ><a href =" https://github.com/seleniumbase/SeleniumBase/ " >
8
8
<img src =" https://seleniumbase.io/img/sb_logo_7.png " alt =" SeleniumBase " width =" 260 " />
9
9
</a ></p >
10
10
<!-- View on GitHub -->
11
+ <!-- SeleniumBase Header2 -->
11
12
12
13
<p align =" center " >
13
14
<a href =" https://github.com/seleniumbase/SeleniumBase/releases " >
Original file line number Diff line number Diff line change @@ -102,13 +102,19 @@ def main(*args, **kwargs):
102
102
r'✅%20💛%20View%20Code-on%20GitHub%20🌎%20🚀'
103
103
r'-02A79E.svg" alt="SeleniumBase on GitHub" />'
104
104
r'</a></div></p>' )
105
- if "<!-- SeleniumBase Header -->" in line :
105
+ if "<!-- SeleniumBase Header1 -->" in line :
106
106
changed = True
107
107
line = (
108
108
'<section align="center"><div align="center">'
109
- '<h2>English / '
109
+ '<h2>Reliable Browser Testing</h2>'
110
+ '</div></section>' )
111
+ if "<!-- SeleniumBase Header2 -->" in line :
112
+ changed = True
113
+ line = (
114
+ '<section align="center"><div align="center">'
115
+ '<h3>English Docs <=> '
110
116
'<a href="https://seleniumbase.io/help_docs/chinese/">'
111
- '中文文件</h2 >'
117
+ '中文文件</h3 >'
112
118
'</div></section>' )
113
119
if "<!-- SeleniumBase Docs -->" in line :
114
120
changed = True
Original file line number Diff line number Diff line change 7
7
<p align =" center " ><a href =" https://github.com/seleniumbase/SeleniumBase/ " >
8
8
<img src =" https://seleniumbase.io/img/sb_logo_7.png " alt =" SeleniumBase " width =" 260 " />
9
9
</a ></p >
10
- <!-- View on GitHub -->
10
+ <p align =" center " ><div align =" center " ><a href =" https://github.com/seleniumbase/SeleniumBase " ><img src =" https://img.shields.io/badge/✅%20💛%20查看代码-在GitHub%20🌎%20🚀-02A79E.svg " alt =" SeleniumBase on GitHub " /></a ></div ></p >
11
+ <section align =" center " ><div align =" center " ><h3 >中文文件 <=> <a href =" https://seleniumbase.io/ " >(英语) English Docs</h3 ></div ></section >
11
12
12
13
<p align =" center " >
13
14
<a href =" https://github.com/seleniumbase/SeleniumBase/releases " >
You can’t perform that action at this time.
0 commit comments