Skip to content

Commit 4fcab88

Browse files
committed
Update the docs
1 parent 65915c1 commit 4fcab88

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
<h1 align="center"><a align="center" href="https://github.com/seleniumbase/SeleniumBase/"><img align="center" src="https://cdn2.hubspot.net/hubfs/100006/images/blue_logo_7.png" alt="SeleniumBase" height="170" /></a></h1>
1+
<h2 align="center"><a align="center" href="https://github.com/seleniumbase/SeleniumBase/"><img align="center" src="https://cdn2.hubspot.net/hubfs/100006/images/blue_logo_7.png" alt="SeleniumBase" height="170" /></a></h1>
22

3-
<p align="center">
43
<div align="center"><span align="center"><b>Create web and mobile tests, fast!</b></span></div>
54
<div align="center">Take <a href="https://selenium.dev/">Selenium</a> and <a href="https://docs.pytest.org/en/latest/index.html">pytest</a> to the next level.</div>
6-
</p>
75
<p align="center">
86
<a href="https://github.com/seleniumbase/SeleniumBase/releases">
97
<img src="https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg?color=2277EE" alt="Latest Release on GitHub" /></a> <a href="https://pypi.python.org/pypi/seleniumbase">
@@ -28,10 +26,8 @@
2826
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md">👩‍🎨 Visual Testing</a> |
2927
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/github/workflows/ReadMe.md">🤖 GitHub CI</a>
3028
</p>
31-
<p align="center">
3229
<div align="center"><b>Feel good about your test automation.</b></div>
3330
<div align="center">Control builds from the command line.</div>
34-
</p>
3531
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif" /></a></p>
3632
<p align="center">(<i>Above: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py">test_swag_labs.py</a> running with mobile emulation enabled.</i>)</p>
3733

examples/translations/ReadMe.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Examples can be found in [<a href="https://github.com/seleniumbase/SeleniumBase/
1818

1919
Multi-language tests are run with **pytest** like any other test. Every test method has a one-to-one mapping to every other supported language.<br /><i>Examples:</i>
2020
```
21-
self.开启网址(URL) <=> self.open(URL)
22-
self.нажмите(SELECTOR) <=> self.click(SELECTOR)
21+
self.开启网址(URL) = self.open(URL)
22+
self.нажмите(CSS) = self.click(CSS)
23+
self.뒤로() = self.go_back()
2324
```
2425

2526
--------

help_docs/translations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Examples can be found in [<a href="https://github.com/seleniumbase/SeleniumBase/
1818

1919
Multi-language tests are run with **pytest** like any other test. Every test method has a one-to-one mapping to every other supported language.<br /><i>Examples:</i>
2020
```
21-
self.开启网址(URL) <=> self.open(URL)
22-
self.нажмите(SELECTOR) <=> self.click(SELECTOR)
21+
self.开启网址(URL) = self.open(URL)
22+
self.нажмите(CSS) = self.click(CSS)
23+
self.뒤로() = self.go_back()
2324
```
2425

2526
--------

0 commit comments

Comments
 (0)