Skip to content

Commit 14e24a3

Browse files
committed
Update the logo
1 parent a0cbbb4 commit 14e24a3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_2n2.png" title="SeleniumBase" height="48">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
1+
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_3.png" title="SeleniumBase" height="48">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
22

33
[<img src="https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg" />](https://github.com/seleniumbase/SeleniumBase/releases) [<img src="https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master" alt="Build Status" />](https://travis-ci.org/seleniumbase/SeleniumBase) [<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="Join the Gitter Chat" />](https://gitter.im/seleniumbase/SeleniumBase) [<img src="http://img.shields.io/badge/license-MIT-22BBCC.svg" alt="MIT License" />](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [<img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg" alt="GitHub Stars" />](https://github.com/seleniumbase/SeleniumBase/stargazers)<br />
44

@@ -10,7 +10,7 @@ Reliable Browser Automation & Testing with [Selenium-WebDriver](https://www.sele
1010
pytest my_first_test.py --demo_mode
1111
```
1212

13-
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> Quick Start:
13+
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Quick Start:
1414

1515
(<i>Requires [Git](https://git-scm.com/) and [Python](https://www.python.org/downloads/) [<img src="https://img.shields.io/badge/python-2.7,_3.x-22AADD.svg" alt="Python versions" />](https://www.python.org/downloads/). Optionally, you may want to use a [Python virtual environment](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md) to isolate Python dependencies between projects.</i>)
1616

@@ -49,7 +49,7 @@ pytest my_first_test.py --browser=chrome
4949

5050
* (Chrome is the default browser if not specified with ``--browser``)
5151

52-
<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32">
52+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32">
5353

5454
Check out [SeleniumBase Website Tours](https://github.com/seleniumbase/SeleniumBase/tree/master/examples/tour_examples) (in the ``examples/tour_examples`` folder). It's great for prototyping a website onboarding experience. See the [Tours ReadMe](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md) for more details.
5555

@@ -61,11 +61,11 @@ pytest google_tour.py
6161
<img src="https://cdn2.hubspot.net/hubfs/100006/google_tour_3.gif" title="SeleniumBase Tour of Google" height="260"><br>
6262
(Above: Actual demo of [google_tour.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/google_tour.py) running on [google.com](https://google.com))
6363

64-
<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32">
64+
<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32">
6565

6666
For more detailed steps on getting started, see the [**Detailed Instructions**](#seleniumbase_installation) section.
6767

68-
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> Learn More:
68+
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Learn More:
6969

7070
#### **No more repetitive WebDriver code:**<br />
7171
SeleniumBase automatically handles common WebDriver actions such as spinning up web browsers, waiting for page objects to load, saving screenshots during test failures, using a proxy server, and more. (<i>[Read about customizing test runs](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md).</i>)
@@ -119,23 +119,23 @@ To see a full list of SeleniumBase features, [Click Here](https://github.com/sel
119119
<a id="seleniumbase_installation"></a>
120120
<img src="https://cdn2.hubspot.net/hubfs/100006/images/logo_base_4b.png" title="SeleniumBase" height="100">
121121

122-
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> Detailed Instructions:
122+
## <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Detailed Instructions:
123123

124124
Before installation, **[install Python and Git](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/install_python_pip_git.md)**.
125125

126-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Step 1:** Clone SeleniumBase
126+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Step 1:** Clone SeleniumBase
127127

128128
```
129129
git clone https://github.com/seleniumbase/SeleniumBase.git
130130
```
131131

132132
(<i>A [Git](https://git-scm.com/) GUI tool like [SourceTree](http://www.sourcetreeapp.com/) may help.</i>)
133133

134-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Step 2:** Create a Virtual Environment
134+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Step 2:** Create a Virtual Environment
135135

136136
(OPTIONAL) To learn how to create a Python virtual environment, [see this ReadMe](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md).
137137

138-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Step 3:** Install SeleniumBase
138+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Step 3:** Install SeleniumBase
139139

140140
If you're installing SeleniumBase from a cloned copy on your machine, use:
141141
```
@@ -158,7 +158,7 @@ pip install -e git+https://github.com/seleniumbase/SeleniumBase.git@master#egg=s
158158
(If you encounter permission errors during installation while not using a virtual environment, you may need to add ``--user`` to your pip command. If you already have an older version of SeleniumBase installed, you may want to add ``--upgrade`` or ``-U`` to your pip command.)
159159

160160
<a id="seleniumbase_install_a_web_driver"></a>
161-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Step 4:** Install a Web Driver
161+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Step 4:** Install a Web Driver
162162

163163
SeleniumBase requires a web driver to run automation on web browers. For that, you'll need to either download a web driver to your path, or **[install a web driver](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/webdriver_installation.md)** with the SeleniumBase ``install`` command.
164164

@@ -171,7 +171,7 @@ seleniumbase install edgedriver
171171
(``geckodriver`` is the offical name of the Firefox driver)
172172

173173
<a id="seleniumbase_basic_usage"></a>
174-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Step 5:** Run the Example Script
174+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Step 5:** Run the Example Script
175175

176176
**Here's what the example script, [my_first_test.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py), looks like:**
177177

@@ -260,7 +260,7 @@ If you want to pass additional data from the command line to your tests, you can
260260

261261
<img src="https://cdn2.hubspot.net/hubfs/100006/images/logo_base_4b.png" title="SeleniumBase" height="100">
262262

263-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Using SeleniumBase from a [PyPI](https://pypi.org/) installation:**
263+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Using SeleniumBase from a [PyPI](https://pypi.org/) installation:**
264264

265265
You can install SeleniumBase without cloning the repo by doing this:
266266

@@ -296,7 +296,7 @@ pytest my_first_test.py --browser=chrome
296296
<img src="https://cdn2.hubspot.net/hubfs/100006/images/logo_base_4b.png" title="SeleniumBase" height="100">
297297

298298
<a id="creating_visual_reports"></a>
299-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Creating Visual Test Suite Reports:**
299+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Creating Visual Test Suite Reports:**
300300

301301
(NOTE: Several command line args are different for Pytest vs Nosetests)
302302

@@ -328,7 +328,7 @@ nosetests test_suite.py --report
328328
(NOTE: You can add ``--show_report`` to immediately display Nosetest reports after the test suite completes. Only use ``--show_report`` when running tests locally because it pauses the test run.)
329329

330330

331-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Using a Proxy Server:**
331+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Using a Proxy Server:**
332332

333333
If you wish to use a proxy server for your browser tests (Chrome and Firefox only), you can add ``--proxy=IP_ADDRESS:PORT`` as an argument on the command line.
334334

@@ -349,7 +349,7 @@ pytest proxy_test.py --proxy=proxy1
349349
```
350350

351351
<a id="utilizing_advanced_features"></a>
352-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Production Environments & Integrations:**
352+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Production Environments & Integrations:**
353353

354354
Here are some things you can do to setup a production environment for your testing:
355355

@@ -415,7 +415,7 @@ You'll notice that a logs folder, "latest_logs", was created to hold information
415415
<img src="https://cdn2.hubspot.net/hubfs/100006/images/logo_base_4b.png" title="SeleniumBase" height="100">
416416

417417
<a id="detailed_method_specifications"></a>
418-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> **Detailed Method Specifications and Examples:**
418+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> **Detailed Method Specifications and Examples:**
419419

420420
#### Navigating to a web page (and related commands)
421421

@@ -721,7 +721,7 @@ self.assertTrue(num_email_results) # true if not zero
721721
Now you can parse through the email if you're looking for specific text or want to navigate to a link listed there.
722722

723723

724-
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo.png" title="SeleniumBase" height="32"> Wrap-Up
724+
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Wrap-Up
725725

726726
#### Congratulations on getting started with SeleniumBase!
727727

0 commit comments

Comments
 (0)