SeleniumBase/README.md

1116 lines
61 KiB
Markdown
Raw Normal View History

2020-10-22 21:37:35 +08:00
<meta property="og:site_name" content="SeleniumBase">
<meta property="og:title" content="SeleniumBase: Python Web Automation and E2E Testing" />
2021-08-20 07:21:21 +08:00
<meta property="og:description" content="Fast, easy, and reliable Web/UI testing with Python." />
2022-05-18 03:09:43 +08:00
<meta property="og:keywords" content="Python, pytest, selenium, webdriver, testing, automation, seleniumbase, framework, RPA, behave, BDD, nosetests, dashboard, recorder, reports, gui, screenshots">
2020-12-23 01:26:52 +08:00
<meta property="og:image" content="https://seleniumbase.io/cdn/img/mac_sb_logo_5.png" />
2022-05-20 00:30:01 +08:00
<link rel="icon" href="https://seleniumbase.io/img/green_logo2.png" />
2020-06-08 01:41:56 +08:00
2022-07-12 01:16:28 +08:00
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_logo_gs8.png" alt="SeleniumBase" title="SeleniumBase" width="275" /></a></p>
2022-06-16 07:32:19 +08:00
<p align="center"><b>Powerful end-to-end testing with <a href="https://www.selenium.dev/documentation/">Selenium</a>, <a href="https://www.python.org/about/">Python</a>, and <a href="https://docs.pytest.org/en/latest/how-to/usage.html">pytest</a>.</b></p>
2022-06-13 00:39:32 +08:00
2022-06-14 13:23:43 +08:00
<p align="center"><a href="https://pypi.python.org/pypi/seleniumbase" target="_blank"><img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=3399EE" alt="PyPI version" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/releases" target="_blank"><img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=22AAEE" alt="GitHub version" /></a> <a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions" target="_blank"><img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a></p>
2022-06-13 21:50:25 +08:00
2022-05-26 10:07:05 +08:00
<p align="center">
2022-06-16 10:04:45 +08:00
<a href="#python_installation">🚀 Start</a> |
2022-06-15 21:32:47 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md">🏰 Features</a> |
2022-06-14 06:00:11 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md">🎛️ Options</a> |
2022-07-07 06:35:32 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">✅ Examples</a> |
2022-06-16 10:04:45 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md">🔮 Scripts</a> |
2022-06-09 07:46:14 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/mobile_testing.md">📱 Mobile</a>
2021-03-19 12:23:25 +08:00
<br />
2022-06-16 10:04:45 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md">📚 API</a> |
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">🔣 Syntaxes</a> |
2022-06-09 07:46:14 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md">🔴 Recorder</a> |
2022-07-07 06:35:32 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">🔵 Dashboard</a> |
2022-06-09 07:46:14 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/locale_codes.md">🗾 Locales</a> |
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md">🌐 Grid</a>
<br />
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/commander.md">🎖️ GUI</a> |
<a href="https://seleniumbase.io/demo_page">📰 TestPage</a> |
2022-06-16 10:04:45 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/translations.md">🈺 Translator</a> |
2022-06-11 00:35:26 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/presenter/ReadMe.md">🎞️ Presenter</a> |
2022-04-23 12:47:08 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md">📊 Charts</a> |
2022-06-13 21:50:25 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">🚎 Tours</a>
2020-08-04 09:48:42 +08:00
<br />
2022-05-31 13:02:31 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/github/workflows/ReadMe.md">🤖 CI</a> |
2022-06-09 07:46:14 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/boilerplates">♻️ Boilerplates</a> |
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/html_inspector.md">🔎 Inspector</a> |
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">🕹️ JSCode</a> |
2022-06-11 00:35:26 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/dialog_boxes/ReadMe.md">🛂 Dialogs</a> |
2022-06-13 21:50:25 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md">🎭 Visual</a>
2022-06-14 09:55:45 +08:00
<br />
2020-05-06 08:16:21 +08:00
</p>
2020-05-14 06:44:08 +08:00
2020-10-10 02:56:37 +08:00
--------
2022-06-16 04:13:32 +08:00
<p align="left"><b>One of many examples:</b> <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py">test_demo_site.py</a></p>
2022-05-26 10:07:05 +08:00
```bash
cd examples/
2022-06-06 01:33:29 +08:00
pytest test_demo_site.py --chrome
2022-05-26 10:07:05 +08:00
```
2022-06-07 21:43:36 +08:00
<p align="left"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py" target="_blank"><img src="https://seleniumbase.io/cdn/gif/demo_page_4.gif" width="432" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p>
2022-05-26 10:07:05 +08:00
2022-05-26 11:27:11 +08:00
<div></div>
2022-05-19 11:01:31 +08:00
<details>
2022-06-11 23:28:49 +08:00
<summary> ▶️ How is SeleniumBase different from raw Selenium? (<b><u>click to expand</u></b>)</summary>
2022-05-19 12:46:23 +08:00
<div>
2022-05-19 11:01:31 +08:00
2022-06-21 06:04:19 +08:00
<p>💡 SeleniumBase is a Python test framework for the <a href="https://www.w3.org/TR/webdriver2/#endpoints" target="_blank">Selenium/WebDriver</a> browser automation library. This framework incorporates test-runners such as <code>pytest</code>, <code>nosetests</code>, and <code>behave</code> to provide organized structure, test discovery, test execution, test state (<i>eg. passed, failed, or skipped</i>), and command-line options for changing default settings (<i>such as choosing the browser to use</i>). With raw Selenium, you would need to set up your own options-parser for configuring tests from the command-line.</p>
2022-05-19 11:01:31 +08:00
2022-06-11 23:28:49 +08:00
<p>💡 With raw Selenium, you have to manually download drivers (<i>eg. chromedriver</i>) before running tests. With SeleniumBase's driver manager, that's done automatically for you if the required driver isn't already on your PATH. There are also console scripts available for more control (eg. <code>sbase install chromedriver latest</code> to download the latest version of chromedriver to a local SeleniumBase directory).</p>
2022-05-19 11:01:31 +08:00
2022-06-21 06:04:19 +08:00
<p>💡 With raw Selenium, commands that use selectors need to specify the type of selector (eg. <code>"css selector", "button#myButton"</code>). With SeleniumBase, there's auto-detection between CSS Selectors and XPath, which means you don't need to specify the type of selector in your commands (<i>but optionally you could</i>).</p>
2022-05-19 11:01:31 +08:00
2022-06-11 23:28:49 +08:00
<p>💡 SeleniumBase methods often perform multiple actions in a single method call. For example, <code>self.type(selector,text)</code> does the following:<br />1. Waits for the element to be visible.<br />2. Waits for the element to be interactive.<br />3. Clears the text field.<br />4. Types in the new text.<br />5. Presses Enter/Submit if the text ends in "\n".<br />With raw Selenium, those actions require multiple method calls.</p>
2022-05-19 11:01:31 +08:00
2022-06-11 23:28:49 +08:00
<p>💡 SeleniumBase uses default timeout values when not set, which means that methods automatically wait for elements to appear (<i>up to the timeout limit</i>) before failing:<br /><code>self.click("button")</code><br />With raw Selenium, methods would fail instantly (<i>by default</i>) if an element needed more time to load:<br /><code>self.driver.find_element(by="css selector", value="button").click()</code><br />(Reliable code is better than unreliable code.)</p>
2022-05-19 11:01:31 +08:00
2022-06-21 06:04:19 +08:00
<p>💡 SeleniumBase lets you change the explicit timeout values of methods:<br /><code>self.click("button",timeout=10)</code><br />With raw Selenium, that requires more code:<br /><code>WebDriverWait(driver,10).until(EC.element_to_be_clickable("css selector", "button")).click()</code><br />(Simple code is better than complex code.)</p>
<p>💡 SeleniumBase gives you clean error output when a test fails. With raw Selenium, error messages can get very messy.</p>
2022-05-19 11:01:31 +08:00
2022-06-11 23:28:49 +08:00
<p>💡 SeleniumBase gives you the option to generate a dashboard and reports for tests. It also saves screenshots from failing tests to the <code>./latest_logs/</code> folder. Raw Selenium does not have these options out-of-the-box.</p>
2022-05-19 11:01:31 +08:00
2022-06-11 23:28:49 +08:00
<p>💡 SeleniumBase includes desktop GUI apps for running tests, such as <b>SeleniumBase Commander</b> for <code>pytest</code>, and <b>SeleniumBase Behave GUI.</b></p>
2022-05-19 11:01:31 +08:00
2022-06-11 23:28:49 +08:00
<p>💡 SeleniumBase has its own Recorder & Test Generator that can create tests from manual browser actions. SeleniumBase also has many other useful tools and console scripts for getting things done quickly. (<i>See the documentation for more details!</i>)</p>
2022-05-19 11:01:31 +08:00
</div>
</details>
2022-05-31 13:02:31 +08:00
<p align="left">📘📝 An example test with the <b>BaseCase</b> class. Runs with <code>pytest</code> or <code>nosetests</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">Learn more</a>)</p>
2022-04-23 10:57:53 +08:00
```python
from seleniumbase import BaseCase
2022-04-24 00:14:06 +08:00
class TestMFALogin(BaseCase):
2022-04-23 10:57:53 +08:00
def test_mfa_login(self):
self.open("https://seleniumbase.io/realworld/login")
2022-04-24 00:14:06 +08:00
self.type("#username", "demo_user")
self.type("#password", "secret_pass")
2022-05-14 06:05:12 +08:00
self.enter_mfa_code("#totpcode", "GAXG2MTEOR3DMMDG") # 6-digit
2022-04-24 00:14:06 +08:00
self.assert_element("img#image1")
2022-05-20 00:30:01 +08:00
self.assert_exact_text("Welcome!", "h1")
2022-04-24 00:14:06 +08:00
self.click('a:contains("This Page")')
2022-04-23 10:57:53 +08:00
self.save_screenshot_to_logs()
```
2022-05-31 13:02:31 +08:00
<p align="left">📗📝 An example test with the <b>sb</b> <code>pytest</code> fixture. Runs with <code>pytest</code>.</p>
2022-04-23 10:57:53 +08:00
```python
def test_mfa_login(sb):
sb.open("https://seleniumbase.io/realworld/login")
2022-04-24 00:14:06 +08:00
sb.type("#username", "demo_user")
sb.type("#password", "secret_pass")
2022-05-14 06:05:12 +08:00
sb.enter_mfa_code("#totpcode", "GAXG2MTEOR3DMMDG") # 6-digit
2022-04-24 00:14:06 +08:00
sb.assert_element("img#image1")
2022-05-20 00:30:01 +08:00
sb.assert_exact_text("Welcome!", "h1")
2022-04-24 00:14:06 +08:00
sb.click('a:contains("This Page")')
2022-04-23 10:57:53 +08:00
sb.save_screenshot_to_logs()
```
2022-06-06 01:33:29 +08:00
<p align="left">📕📝 An example test with <b>behave-BDD</b> <a href="https://behave.readthedocs.io/en/stable/gherkin.html" target="_blank">Gherkin</a> structure. Runs with <code>behave</code>. (<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/behave_bdd/ReadMe.md">Learn more</a>)</p>
2022-05-14 06:05:12 +08:00
```gherkin
2022-05-14 06:05:12 +08:00
Feature: SeleniumBase scenarios for the RealWorld App
2022-05-20 00:30:01 +08:00
Scenario: Verify RealWorld App
2022-05-18 03:09:43 +08:00
Given Open "seleniumbase.io/realworld/login"
When Type "demo_user" into "#username"
And Type "secret_pass" into "#password"
And Do MFA "GAXG2MTEOR3DMMDG" into "#totpcode"
2022-05-20 00:30:01 +08:00
Then Assert element "img#image1"
And Assert exact text "Welcome!" in "h1"
2022-05-18 03:09:43 +08:00
And Click 'a:contains("This Page")'
And Save screenshot to logs
2022-05-14 06:05:12 +08:00
```
2020-01-25 00:04:13 +08:00
<a id="python_installation"></a>
2022-05-20 00:30:01 +08:00
<h2><img src="https://seleniumbase.io/cdn/img/python_logo.png" title="SeleniumBase" width="42" /> Python Setup:</h2>
2018-08-19 15:53:31 +08:00
2020-12-23 00:05:23 +08:00
🔵 Add **[Python](https://www.python.org/downloads/)** and **[Git](https://git-scm.com/)** to your System PATH.
2020-08-18 23:47:25 +08:00
2021-08-20 07:21:21 +08:00
🔵 Using a [Python virtual env](https://seleniumbase.io/help_docs/virtualenv_instructions/) is recommended.
2018-08-10 12:20:44 +08:00
2020-10-02 15:43:41 +08:00
<a id="install_seleniumbase"></a>
2022-05-20 00:30:01 +08:00
<h2><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Install SeleniumBase:</h2>
2021-11-04 01:55:49 +08:00
**You can install ``seleniumbase`` from [GitHub](https://github.com/seleniumbase/SeleniumBase) or [PyPI](https://pypi.org/project/seleniumbase/):**
2020-10-02 15:43:41 +08:00
2021-11-04 01:55:49 +08:00
🔵 Installing ``seleniumbase`` from a GitHub clone:
2020-10-02 15:43:41 +08:00
2020-01-27 06:25:33 +08:00
```bash
2021-01-22 08:08:00 +08:00
git clone https://github.com/seleniumbase/SeleniumBase.git
cd SeleniumBase/
pip install . # Normal installation
pip install -e . # Editable install
2020-01-27 06:25:33 +08:00
```
2020-10-02 15:43:41 +08:00
2021-01-22 08:08:00 +08:00
> (When using a virtual env, the Editable install is faster.)
2020-01-27 06:25:33 +08:00
2022-04-01 06:22:59 +08:00
To upgrade an existing install from a GitHub clone:
```bash
git pull # To pull the latest version
pip install -e . # Or "pip install ."
```
2021-11-04 01:55:49 +08:00
🔵 Installing ``seleniumbase`` from PyPI:
2020-10-02 15:43:41 +08:00
```bash
2021-01-22 08:08:00 +08:00
pip install seleniumbase
2020-10-02 15:43:41 +08:00
```
2021-10-26 10:09:39 +08:00
> (Add ``--upgrade`` OR ``-U`` to install the latest ``seleniumbase``.)
> (Add ``--force-reinstall`` to also install the latest dependencies.)
2021-01-22 08:08:00 +08:00
> (Use ``pip3`` if multiple versions of Python are installed.)
2022-04-01 06:22:59 +08:00
To upgrade an existing install from PyPI:
```bash
pip install -U seleniumbase
```
2020-12-23 00:05:23 +08:00
🔵 Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:
2020-10-03 01:25:12 +08:00
```bash
______ __ _ ____
/ ____/__ / /__ ____ (_)_ ______ ___ / _ \____ ________
\__ \/ _ \/ / _ \/ __ \/ / / / / __ `__ \ / /_) / __ \/ ___/ _ \
___/ / __/ / __/ / / / / /_/ / / / / / // /_) / (_/ /__ / __/
/____/\___/_/\___/_/ /_/_/\__,_/_/ /_/ /_//_____/\__,_/____/\___/
------------------------------------------------------------------
2020-10-03 01:25:12 +08:00
* USAGE: "seleniumbase [COMMAND] [PARAMETERS]"
* OR: "sbase [COMMAND] [PARAMETERS]"
COMMANDS:
2022-05-14 06:05:12 +08:00
get / install [DRIVER] [OPTIONS]
2021-10-21 10:40:56 +08:00
methods (List common Python methods)
options (List common pytest options)
2022-05-14 06:05:12 +08:00
behave-options (List common Behave options)
gui / commander [OPTIONAL PATH or TEST FILE]
behave-gui (SBase Commander for Behave)
2021-10-21 10:40:56 +08:00
mkdir [DIRECTORY] [OPTIONS]
mkfile [FILE.py] [OPTIONS]
2021-10-28 13:02:55 +08:00
mkrec / codegen [FILE.py] [OPTIONS]
2022-05-14 06:05:12 +08:00
recorder (Open Recorder Desktop App.)
record (If args: mkrec. Else: App.)
2021-10-21 10:40:56 +08:00
mkpres [FILE.py] [LANG]
mkchart [FILE.py] [LANG]
print [FILE] [OPTIONS]
translate [SB_FILE.py] [LANG] [ACTION]
convert [WEBDRIVER_UNITTEST_FILE.py]
extract-objects [SB_FILE.py]
inject-objects [SB_FILE.py] [OPTIONS]
objectify [SB_FILE.py] [OPTIONS]
revert-objects [SB_FILE.py] [OPTIONS]
encrypt / obfuscate
decrypt / unobfuscate
download server (Get Selenium Grid JAR file)
grid-hub [start|stop] [OPTIONS]
grid-node [start|stop] --hub=[HOST/IP]
2022-05-14 06:05:12 +08:00
* (EXAMPLE: "sbase get chromedriver latest") *
2020-10-03 01:25:12 +08:00
Type "sbase help [COMMAND]" for specific command info.
For info on all commands, type: "seleniumbase --help".
2021-10-21 10:40:56 +08:00
Use "pytest" for running tests.
2020-10-03 01:25:12 +08:00
```
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Downloading web drivers:</h3>
2018-12-29 01:08:57 +08:00
2021-10-23 04:27:08 +08:00
✅ SeleniumBase automatically downloads web drivers as needed, such as ``chromedriver`` and ``geckodriver`` (Firefox).
2020-10-03 01:25:12 +08:00
2021-10-23 04:27:08 +08:00
✅ To manually download a webdriver, see [Console Scripts](https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/) OR [Webdriver Installation](https://seleniumbase.io/help_docs/webdriver_installation/).
2020-07-23 10:54:57 +08:00
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Running tests:</h3>
2020-10-02 15:43:41 +08:00
2021-10-23 04:27:08 +08:00
🔵 If you've cloned SeleniumBase, you can run tests from the [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) folder.
2020-08-08 13:21:46 +08:00
2022-03-13 07:39:10 +08:00
<p align="left">Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>:</p>
2020-05-20 14:01:43 +08:00
```bash
2021-10-23 04:27:08 +08:00
cd examples/
2022-03-13 07:39:10 +08:00
pytest my_first_test.py
2020-05-20 14:01:43 +08:00
```
2021-10-23 04:27:08 +08:00
> (Chrome is the default browser if not specified with ``--browser``. On Linux, ``--headless`` is the default behavior.)
2022-02-01 14:04:06 +08:00
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.io/cdn/gif/swag_labs_4.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="400" /></a>
<p align="left"><b>Here's the code for <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>:</b></p>
```python
from seleniumbase import BaseCase
class MyTestClass(BaseCase):
def test_swag_labs(self):
self.open("https://www.saucedemo.com")
self.type("#user-name", "standard_user")
self.type("#password", "secret_sauce\n")
self.assert_element("#inventory_container")
self.assert_text("PRODUCTS", "span.title")
self.click('button[name*="backpack"]')
self.click("#shopping_cart_container a")
self.assert_text("YOUR CART", "span.title")
self.assert_text("Backpack", "div.cart_item")
self.click("button#checkout")
self.type("#first-name", "SeleniumBase")
self.type("#last-name", "Automation")
self.type("#postal-code", "77123")
self.click("input#continue")
self.assert_text("CHECKOUT: OVERVIEW")
self.assert_text("Backpack", "div.cart_item")
self.click("button#finish")
self.assert_exact_text("THANK YOU FOR YOUR ORDER", "h2")
self.assert_element('img[alt="Pony Express"]')
self.js_click("a#logout_sidebar_link")
```
2020-05-20 14:01:43 +08:00
2020-01-27 06:25:33 +08:00
* By default, **[CSS Selectors](https://www.w3schools.com/cssref/css_selectors.asp)** are used for finding page elements.
2021-07-06 22:16:24 +08:00
* If you're new to CSS Selectors, games like [CSS Diner](http://flukeout.github.io/) can help you learn.
2022-05-20 00:30:01 +08:00
* For more reading, [here's an advanced guide on CSS attribute selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors).
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Here are some common SeleniumBase methods that you might find in tests:</h3>
2020-05-23 13:25:36 +08:00
2019-08-18 05:03:33 +08:00
```python
2021-10-21 10:40:56 +08:00
self.open(url) # Navigate the browser window to the URL.
self.type(selector, text) # Update the field with the text.
self.click(selector) # Click the element with the selector.
self.click_link(link_text) # Click the link containing text.
self.go_back() # Navigate back to the previous URL.
self.select_option_by_text(dropdown_selector, option)
self.hover_and_click(hover_selector, click_selector)
self.drag_and_drop(drag_selector, drop_selector)
self.get_text(selector) # Get the text from the element.
self.get_current_url() # Get the URL of the current page.
self.get_page_source() # Get the HTML of the current page.
self.get_attribute(selector, attribute) # Get element attribute.
self.get_title() # Get the title of the current page.
self.switch_to_frame(frame) # Switch into the iframe container.
self.switch_to_default_content() # Leave the iframe container.
self.open_new_window() # Open a new window in the same browser.
self.switch_to_window(window) # Switch to the browser window.
self.switch_to_default_window() # Switch to the original window.
self.get_new_driver(OPTIONS) # Open a new driver with OPTIONS.
self.switch_to_driver(driver) # Switch to the browser driver.
self.switch_to_default_driver() # Switch to the original driver.
self.wait_for_element(selector) # Wait until element is visible.
self.is_element_visible(selector) # Return element visibility.
self.is_text_visible(text, selector) # Return text visibility.
self.sleep(seconds) # Do nothing for the given amount of time.
self.save_screenshot(name) # Save a screenshot in .png format.
self.assert_element(selector) # Verify the element is visible.
self.assert_text(text, selector) # Verify text in the element.
self.assert_title(title) # Verify the title of the web page.
self.assert_downloaded_file(file) # Verify file was downloaded.
self.assert_no_404_errors() # Verify there are no broken links.
self.assert_no_js_errors() # Verify there are no JS errors.
2019-08-18 05:03:33 +08:00
```
2020-05-23 13:25:36 +08:00
2020-12-23 00:05:23 +08:00
🔵 For the complete list of SeleniumBase methods, see: <b><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md">Method Summary</a></b>
2018-08-08 10:25:36 +08:00
2022-05-20 00:30:01 +08:00
<h2><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Learn More:</h2>
2018-03-10 06:42:33 +08:00
2022-06-06 01:33:29 +08:00
✅ Supports all major web browsers and operating systems:
<p><b>Browsers:</b> Chrome, Edge, Firefox, IE, and Safari.</p>
<p><b>Systems: </b>Linux, macOS, Windows, and Ubuntu.</p>
2022-06-11 12:06:23 +08:00
✅ Works on popular CI/CD platforms:
2022-06-15 07:36:45 +08:00
<p><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/github/workflows/ReadMe.md"><img alt="GitHub Actions integration" src="https://img.shields.io/badge/GitHub_Actions-12B2C2.svg?logo=GitHubActions&logoColor=CFFFC2" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/azure/jenkins/ReadMe.md"><img alt="Jenkins integration" src="https://img.shields.io/badge/Jenkins-32B242.svg?logo=jenkins&logoColor=white" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/azure/azure_pipelines/ReadMe.md"><img alt="Azure integration" src="https://img.shields.io/badge/Azure-2288EE.svg?logo=AzurePipelines&logoColor=white" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/google_cloud/ReadMe.md"><img alt="Google Cloud integration" src="https://img.shields.io/badge/Google_Cloud-11CAE8.svg?logo=GoogleCloud&logoColor=EE0066" /></a> <a href="#utilizing_advanced_features"><img alt="AWS integration" src="https://img.shields.io/badge/AWS-4488DD.svg?logo=AmazonAWS&logoColor=FFFF44" /></a> <a href="https://en.wikipedia.org/wiki/Personal_computer" target="_blank"><img alt="Your Computer" src="https://img.shields.io/badge/💻_Your_Computer-44E6E6.svg" /></a></p>
2022-06-11 12:06:23 +08:00
2020-12-23 00:05:23 +08:00
✅ Automatic WebDriver Abilities:
<p>SeleniumBase automatically handles common WebDriver actions such as spinning up web browsers and saving screenshots during test failures. (<i><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md">Read more about customizing test runs</a>.</i>)</p>
2018-03-08 17:14:53 +08:00
2020-12-23 00:05:23 +08:00
✅ Simplified Code:
<p>SeleniumBase uses simple syntax for commands. Example:</p>
2020-05-23 13:25:36 +08:00
2019-04-14 17:05:21 +08:00
```python
2020-06-14 13:17:37 +08:00
self.type("input", "dogs\n")
2019-04-14 17:05:21 +08:00
```
2020-05-23 13:25:36 +08:00
2020-12-23 00:05:23 +08:00
SeleniumBase tests can be run with both ``pytest`` and ``nosetests``, but using ``pytest`` is recommended. (``chrome`` is the default browser if not specified.)
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2022-06-16 04:13:32 +08:00
pytest my_first_test.py --chrome
2018-03-08 17:21:19 +08:00
2022-06-16 04:13:32 +08:00
nosetests test_suite.py --firefox
2018-03-08 17:14:53 +08:00
```
2020-05-23 13:25:36 +08:00
2020-12-23 00:05:23 +08:00
✅ Automatic Test Discovery:
2021-11-06 07:11:31 +08:00
<p>All Python methods that start with <code>test_</code> will be run automatically when running <code>pytest</code> or <code>nosetests</code> on Python files. You can also be more specific on what to run within a file by using the following: (<i>Note that the syntax is different for pytest vs nosetests.</i>)</p>
2020-05-23 13:25:36 +08:00
2019-12-25 07:43:41 +08:00
```bash
2020-10-09 12:54:22 +08:00
pytest [FILE_NAME.py]::[CLASS_NAME]::[METHOD_NAME]
2020-12-23 00:05:23 +08:00
2020-10-09 12:54:22 +08:00
nosetests [FILE_NAME.py]:[CLASS_NAME].[METHOD_NAME]
2019-12-25 07:43:41 +08:00
```
2018-08-08 10:25:36 +08:00
2020-12-23 00:05:23 +08:00
✅ No More Flaky Tests:
<p>SeleniumBase methods automatically wait for page elements to finish loading before interacting with them (<i>up to a timeout limit</i>). This means you <b>no longer need</b> random <span><b>time.sleep()</b></span> statements in your scripts.</p>
2020-05-28 23:34:30 +08:00
<img src="https://img.shields.io/badge/Flaky Tests%3F-%20NO%21-11BBDD.svg" alt="NO MORE FLAKY TESTS!" />
2018-03-09 06:47:00 +08:00
2021-08-24 08:01:40 +08:00
✅ Automated/Manual Hybrid Mode:
2021-08-24 12:21:20 +08:00
<p>SeleniumBase includes a solution called <b><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/master_qa/ReadMe.md">MasterQA</a></b>, which speeds up manual testing by having automation perform all the browser actions while the manual tester handles validation.</p>
2017-10-31 10:45:09 +08:00
2020-12-23 00:05:23 +08:00
✅ Feature-Rich:
<p>For a full list of SeleniumBase features, <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md">Click Here</a>.</p>
2019-04-14 17:05:21 +08:00
2015-12-05 05:11:53 +08:00
2020-01-24 15:26:07 +08:00
<a id="detailed_instructions"></a>
2022-05-20 00:30:01 +08:00
<h2><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Detailed Instructions:</h2>
2016-02-14 03:59:16 +08:00
2021-11-06 07:11:31 +08:00
<a id="seleniumbase_demo_mode"></a>
🔵 You can use **Demo Mode** to help you see what a test is doing: If a test is moving too fast for your eyes, run it in **Demo Mode** by adding ``--demo`` on the command-line, which pauses the browser briefly between actions, highlights page elements being acted on, and displays assertions:
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2019-10-22 14:14:33 +08:00
pytest my_first_test.py --demo
2016-01-17 07:33:14 +08:00
```
2020-12-23 00:05:23 +08:00
🔵 ``Pytest`` includes test discovery. If you don't specify a specific file or folder to run from, ``pytest`` will search all subdirectories automatically for tests to run based on the following matching criteria:
2019-08-18 05:03:33 +08:00
Python filenames that start with ``test_`` or end with ``_test.py``.
Python methods that start with ``test_``.
The Python class name can be anything since SeleniumBase's ``BaseCase`` class inherits from the ``unittest.TestCase`` class.
You can see which tests are getting discovered by ``pytest`` by using:
2020-05-23 13:25:36 +08:00
2019-08-18 05:03:33 +08:00
```bash
pytest --collect-only -q
```
2015-12-05 05:11:53 +08:00
2020-12-23 00:05:23 +08:00
🔵 You can use the following calls in your scripts to help you debug issues:
2020-08-08 13:21:46 +08:00
2015-12-05 05:11:53 +08:00
```python
import time; time.sleep(5) # Makes the test wait and do nothing for 5 seconds.
import ipdb; ipdb.set_trace() # Enter debugging mode. n = next, c = continue, s = step.
import pytest; pytest.set_trace() # Enter debugging mode. n = next, c = continue, s = step.
2015-12-05 05:11:53 +08:00
```
2020-12-23 00:05:23 +08:00
🔵 To pause an active test that throws an exception or error, add ``--pdb``:
2020-05-23 13:25:36 +08:00
2019-08-18 05:03:33 +08:00
```bash
2020-08-08 13:21:46 +08:00
pytest my_first_test.py --pdb
2015-12-05 05:11:53 +08:00
```
2020-05-23 13:25:36 +08:00
2019-08-18 05:03:33 +08:00
The code above will leave your browser window open in case there's a failure. (ipdb commands: 'n', 'c', 's' => next, continue, step).
2015-12-05 05:11:53 +08:00
2020-12-23 00:05:23 +08:00
🔵 Here are some useful command-line options that come with ``pytest``:
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2020-08-11 11:57:38 +08:00
-v # Verbose mode. Prints the full name of each test run.
2020-08-08 13:21:46 +08:00
-q # Quiet mode. Print fewer details in the console output when running tests.
2019-08-17 14:47:52 +08:00
-x # Stop running the tests after the first failure is reached.
--html=report.html # Creates a detailed pytest-html report after tests finish.
2020-09-30 08:08:30 +08:00
--collect-only | --co # Show what tests would get run. (Without running them)
2019-08-18 05:03:33 +08:00
-n=NUM # Multithread the tests using that many threads. (Speed up test runs!)
2020-05-10 08:15:32 +08:00
-s # See print statements. (Should be on by default with pytest.ini present.)
--junit-xml=report.xml # Creates a junit-xml report after tests finish.
2022-06-27 00:16:57 +08:00
--pdb # If a test fails, enter Post Mortem Debug Mode. (Don't use with CI!)
--trace # Enter Debug Mode at the beginning of each test. (Don't use with CI!)
2020-08-09 01:30:48 +08:00
-m=MARKER # Run tests with the specified pytest marker.
2018-08-11 01:38:34 +08:00
```
2019-08-17 14:47:52 +08:00
2020-12-23 00:05:23 +08:00
🔵 SeleniumBase provides additional ``pytest`` command-line options for tests:
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2020-08-11 11:57:38 +08:00
--browser=BROWSER # (The web browser to use. Default: "chrome".)
2021-01-24 15:53:21 +08:00
--chrome # (Shortcut for "--browser=chrome". On by default.)
--edge # (Shortcut for "--browser=edge".)
--firefox # (Shortcut for "--browser=firefox".)
--ie # (Shortcut for "--browser=ie".)
2021-01-24 15:53:21 +08:00
--opera # (Shortcut for "--browser=opera".)
--safari # (Shortcut for "--browser=safari".)
--cap-file=FILE # (The web browser's desired capabilities to use.)
2020-04-20 02:41:09 +08:00
--cap-string=STRING # (The web browser's desired capabilities to use.)
2020-08-08 13:21:46 +08:00
--settings-file=FILE # (Override default SeleniumBase settings.)
2022-02-02 11:37:07 +08:00
--env=ENV # (Set the test env. Access with "self.env" in tests.)
--account=STR # (Set account. Access with "self.account" in tests.)
--data=STRING # (Extra test data. Access with "self.data" in tests.)
--var1=STRING # (Extra test data. Access with "self.var1" in tests.)
--var2=STRING # (Extra test data. Access with "self.var2" in tests.)
--var3=STRING # (Extra test data. Access with "self.var3" in tests.)
2022-05-14 06:05:12 +08:00
--variables=DICT # (Extra test data. Access with "self.variables".)
--user-data-dir=DIR # (Set the Chrome user data directory to use.)
--protocol=PROTOCOL # (The Selenium Grid protocol: http|https.)
2020-08-11 11:57:38 +08:00
--server=SERVER # (The Selenium Grid server/IP used for tests.)
--port=PORT # (The Selenium Grid port used by the test server.)
--proxy=SERVER:PORT # (Connect to a proxy server:port for tests.)
--proxy=USERNAME:PASSWORD@SERVER:PORT # (Use authenticated proxy server.)
2021-12-08 02:54:34 +08:00
--proxy-bypass-list=STRING # (";"-separated hosts to bypass, Eg "*.foo.com")
2022-06-29 09:43:53 +08:00
--proxy-pac-url=URL # (Connect to a proxy server using a PAC_URL.pac file.)
--proxy-pac-url=USERNAME:PASSWORD@URL # (Authenticated proxy with PAC URL.)
2020-08-08 13:21:46 +08:00
--agent=STRING # (Modify the web browser's User-Agent string.)
--mobile # (Use the mobile device emulator while running tests.)
2020-11-18 08:22:12 +08:00
--metrics=STRING # (Set mobile metrics: "CSSWidth,CSSHeight,PixelRatio".)
--chromium-arg="ARG=N,ARG2" # (Set Chromium args, ","-separated, no spaces.)
--firefox-arg="ARG=N,ARG2" # (Set Firefox args, comma-separated, no spaces.)
2021-05-23 02:16:18 +08:00
--firefox-pref=SET # (Set a Firefox preference:value set, comma-separated.)
2020-08-18 04:28:28 +08:00
--extension-zip=ZIP # (Load a Chrome Extension .zip|.crx, comma-separated.)
--extension-dir=DIR # (Load a Chrome Extension directory, comma-separated.)
--headless # (Run tests in headless mode. The default arg on Linux OS.)
--headed # (Run tests in headed/GUI mode on Linux OS.)
--xvfb # (Run tests using the Xvfb virtual display server on Linux OS.)
2020-08-20 14:34:44 +08:00
--locale=LOCALE_CODE # (Set the Language Locale Code for the web browser.)
2021-03-07 12:46:09 +08:00
--interval=SECONDS # (The autoplay interval for presentations & tour steps)
--start-page=URL # (The starting URL for the web browser when tests begin.)
--archive-logs # (Archive existing log files instead of deleting them.)
--archive-downloads # (Archive old downloads instead of deleting them.)
2020-10-12 21:46:06 +08:00
--time-limit=SECONDS # (Safely fail any test that exceeds the time limit.)
2020-08-08 13:21:46 +08:00
--slow # (Slow down the automation. Faster than using Demo Mode.)
--demo # (Slow down and visually see test actions as they occur.)
--demo-sleep=SECONDS # (Set the wait time after Demo Mode actions.)
2019-08-18 05:03:33 +08:00
--highlights=NUM # (Number of highlight animations for Demo Mode actions.)
--message-duration=SECONDS # (The time length for Messenger alerts.)
2020-08-08 13:21:46 +08:00
--check-js # (Check for JavaScript errors after page loads.)
--ad-block # (Block some types of display ads from loading.)
2020-08-08 13:21:46 +08:00
--block-images # (Block images from loading during tests.)
--do-not-track # (Indicate to websites that you don't want to be tracked.)
--verify-delay=SECONDS # (The delay before MasterQA verification checks.)
2021-09-20 15:22:58 +08:00
--recorder # (Enables the Recorder for turning browser actions into code.)
2022-05-18 03:09:43 +08:00
--rec-behave # (Same as Recorder Mode, but also generates behave-gherkin.)
--rec-sleep # (If the Recorder is enabled, also records self.sleep calls.)
2022-06-21 06:04:19 +08:00
--rec-print # (If the Recorder is enabled, prints output after tests end.)
2020-10-22 21:37:35 +08:00
--disable-csp # (Disable the Content Security Policy of websites.)
--disable-ws # (Disable Web Security on Chromium-based browsers.)
--enable-ws # (Enable Web Security on Chromium-based browsers.)
2020-08-08 13:21:46 +08:00
--enable-sync # (Enable "Chrome Sync".)
--use-auto-ext # (Use Chrome's automation extension.)
--remote-debug # (Enable Chrome's Remote Debugger on http://localhost:9222)
--final-debug # (Enter Debug Mode after each test ends. Don't use with CI!)
2020-12-21 05:47:30 +08:00
--dashboard # (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)
--dash-title=STRING # (Set the title shown for the generated dashboard.)
2020-08-08 13:21:46 +08:00
--swiftshader # (Use Chrome's "--use-gl=swiftshader" feature.)
--incognito # (Enable Chrome's Incognito mode.)
--guest # (Enable Chrome's Guest mode.)
--devtools # (Open Chrome's DevTools when the browser opens.)
2021-07-19 04:38:37 +08:00
--reuse-session | --rs # (Reuse the browser session between tests.)
2020-08-08 13:21:46 +08:00
--crumbs # (Delete all cookies between tests reusing a session.)
--window-size # (Set the browser window size: "Width,Height".)
--maximize # (Start tests with the browser window maximized.)
2022-02-26 07:09:38 +08:00
--screenshot # (Save a screenshot at the end of each test.)
--visual-baseline # (Set the visual baseline for Visual/Layout tests.)
2022-01-24 12:39:50 +08:00
--external-pdf # (Set Chrome "plugins.always_open_pdf_externally": True.)
--timeout-multiplier=MULTIPLIER # (Multiplies the default timeout values.)
2019-08-18 05:03:33 +08:00
```
2020-05-23 13:25:36 +08:00
2019-08-18 05:03:33 +08:00
(For more details, see the full list of command-line options **[here](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/pytest_plugin.py)**.)
2020-12-23 00:56:21 +08:00
🔵 During test failures, logs and screenshots from the most recent test run will get saved to the ``latest_logs/`` folder. Those logs will get moved to ``archived_logs/`` if you add --archive_logs to command-line options, or have ARCHIVE_EXISTING_LOGS set to True in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py), otherwise log files with be cleaned up at the start of the next test run. The ``test_suite.py`` collection contains tests that fail on purpose so that you can see how logging works.
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2017-04-25 12:17:26 +08:00
cd examples/
2016-05-21 12:05:15 +08:00
2018-12-11 15:01:57 +08:00
pytest test_suite.py --browser=chrome
2018-02-14 14:43:13 +08:00
2018-12-11 15:01:57 +08:00
pytest test_suite.py --browser=firefox
2015-12-05 05:11:53 +08:00
```
2017-04-25 12:17:26 +08:00
2019-08-18 05:03:33 +08:00
An easy way to override seleniumbase/config/settings.py is by using a custom settings file.
Here's the command-line option to add to tests: (See [examples/custom_settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/custom_settings.py))
``--settings_file=custom_settings.py``
2019-09-23 03:27:30 +08:00
(Settings include default timeout values, a two-factor auth key, DB credentials, S3 credentials, and other important settings used by tests.)
2018-02-14 14:43:13 +08:00
2020-12-23 00:56:21 +08:00
🔵 To pass additional data from the command-line to tests, add ``--data="ANY STRING"``.
2020-10-03 01:25:12 +08:00
Inside your tests, you can use ``self.data`` to access that.
2018-08-10 12:20:44 +08:00
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Test Directory Configuration:</h3>
2018-08-10 12:20:44 +08:00
2021-01-29 11:28:00 +08:00
🔵 When running tests with **pytest**, you'll want a copy of **[pytest.ini](https://github.com/seleniumbase/SeleniumBase/blob/master/pytest.ini)** in your root folders. When running tests with **nosetests**, you'll want a copy of **[setup.cfg](https://github.com/seleniumbase/SeleniumBase/blob/master/setup.cfg)** in your root folders. These files specify default configuration details for tests. Folders should also include a blank ``__init__.py`` file, which allows your tests to import files from that folder.
2018-02-02 06:05:54 +08:00
2021-01-29 11:28:00 +08:00
🔵 ``sbase mkdir DIR`` creates a folder with config files and sample tests:
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2020-10-02 15:43:41 +08:00
sbase mkdir ui_tests
2018-08-10 12:20:44 +08:00
```
2015-12-05 05:11:53 +08:00
2021-01-29 11:28:00 +08:00
> That new folder will have these files:
```bash
ui_tests/
├── __init__.py
├── my_first_test.py
├── parameterized_test.py
├── pytest.ini
├── requirements.txt
├── setup.cfg
2021-03-19 12:23:25 +08:00
├── test_demo_site.py
└── boilerplates/
├── __init__.py
├── base_test_case.py
├── boilerplate_test.py
├── classic_obj_test.py
├── page_objects.py
├── sb_fixture_test.py
└── samples/
├── __init__.py
├── google_objects.py
├── google_test.py
2021-03-23 14:38:56 +08:00
├── sb_swag_test.py
2021-03-19 12:23:25 +08:00
└── swag_labs_test.py
2021-01-29 11:28:00 +08:00
```
<b>ProTip™:</b> You can also create a boilerplate folder without any sample tests in it by adding ``-b`` or ``--basic`` to the ``sbase mkdir`` command:
```bash
sbase mkdir ui_tests --basic
```
> That new folder will have these files:
```bash
ui_tests/
├── __init__.py
├── pytest.ini
├── requirements.txt
└── setup.cfg
```
Of those files, the ``pytest.ini`` config file is the most important, followed by a blank ``__init__.py`` file. There's also a ``setup.cfg`` file (only needed for nosetests). Finally, the ``requirements.txt`` file can be used to help you install seleniumbase into your environments (if it's not already installed).
2020-12-23 00:05:23 +08:00
--------
2019-12-25 07:43:41 +08:00
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Log files from failed tests:</h3>
2019-12-25 07:43:41 +08:00
Let's try an example of a test that fails:
2020-05-23 13:25:36 +08:00
2019-12-25 07:43:41 +08:00
```python
""" test_fail.py """
from seleniumbase import BaseCase
class MyTestClass(BaseCase):
def test_find_army_of_robots_on_xkcd_desert_island(self):
self.open("https://xkcd.com/731/")
self.assert_element("div#ARMY_OF_ROBOTS", timeout=1) # This should fail
```
2021-01-29 11:28:00 +08:00
You can run it from the ``examples/`` folder like this:
2020-05-23 13:25:36 +08:00
2019-12-25 07:43:41 +08:00
```bash
pytest test_fail.py
```
2020-12-23 00:56:21 +08:00
🔵 You'll notice that a logs folder, "latest_logs", was created to hold information about the failing test, and screenshots. During test runs, past results get moved to the archived_logs folder if you have ARCHIVE_EXISTING_LOGS set to True in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py), or if your run tests with ``--archive-logs``. If you choose not to archive existing logs, they will be deleted and replaced by the logs of the latest test run.
2019-12-25 07:43:41 +08:00
2020-12-18 14:27:39 +08:00
--------
2019-12-25 07:43:41 +08:00
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> The SeleniumBase Dashboard:</h3>
2020-12-18 14:27:39 +08:00
2020-12-23 00:56:21 +08:00
🔵 The ``--dashboard`` option for pytest generates a SeleniumBase Dashboard located at ``dashboard.html``, which updates automatically as tests run and produce results. Example:
2020-12-19 13:14:42 +08:00
```bash
pytest --dashboard --rs --headless
```
2020-12-18 14:27:39 +08:00
2021-10-23 04:27:08 +08:00
<img src="https://seleniumbase.io/cdn/img/dashboard_1.png" alt="The SeleniumBase Dashboard" title="The SeleniumBase Dashboard" width="380" />
2020-12-18 14:27:39 +08:00
2020-12-23 00:56:21 +08:00
🔵 Additionally, you can host your own SeleniumBase Dashboard Server on a port of your choice. Here's an example of that using Python 3's ``http.server``:
2020-12-18 14:27:39 +08:00
```bash
python -m http.server 1948
```
2021-02-19 12:42:27 +08:00
🔵 Now you can navigate to ``http://localhost:1948/dashboard.html`` in order to view the dashboard as a web app. This requires two different terminal windows: one for running the server, and another for running the tests, which should be run from the same directory. (Use ``CTRL+C`` to stop the http server.)
2017-04-28 08:40:22 +08:00
2020-12-23 00:56:21 +08:00
🔵 Here's a full example of what the SeleniumBase Dashboard may look like:
2020-12-18 14:27:39 +08:00
```bash
pytest test_suite.py --dashboard --rs --headless
```
<img src="https://seleniumbase.io/cdn/img/dashboard_2.png" alt="The SeleniumBase Dashboard" title="The SeleniumBase Dashboard" width="480" />
--------
<a id="creating_visual_reports"></a>
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Creating Visual Test Reports:</h3>
2017-04-28 08:40:22 +08:00
2020-05-22 11:39:59 +08:00
<h4><b>Pytest Reports:</b></h4>
2017-04-25 12:17:26 +08:00
2020-12-23 00:56:21 +08:00
🔵 Using ``--html=report.html`` gives you a fancy report of the name specified after your test suite completes.
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2018-12-11 15:01:57 +08:00
pytest test_suite.py --html=report.html
2016-05-09 06:38:32 +08:00
```
2016-05-23 04:41:30 +08:00
2020-10-12 06:53:54 +08:00
<img src="https://seleniumbase.io/cdn/img/html_report.png" alt="Example Pytest Report" title="Example Pytest Report" width="520" />
2018-11-09 00:15:00 +08:00
2020-12-23 00:56:21 +08:00
🔵 When combining pytest html reports with SeleniumBase Dashboard usage, the pie chart from the Dashboard will get added to the html report. Additionally, if you set the html report URL to be the same as the Dashboard URL when also using the dashboard, (example: ``--dashboard --html=dashboard.html``), then the Dashboard will become an advanced html report when all the tests complete.
2020-12-19 13:14:42 +08:00
2020-12-23 00:56:21 +08:00
🔵 Here's an example of an upgraded html report:
2020-12-22 07:03:13 +08:00
```bash
pytest test_suite.py --dashboard --html=report.html
```
<img src="https://seleniumbase.io/cdn/img/dash_report.jpg" alt="Dashboard Pytest HTML Report" title="Dashboard Pytest HTML Report" width="520" />
2020-12-19 13:14:42 +08:00
If viewing pytest html reports in [Jenkins](https://www.jenkins.io/), you may need to [configure Jenkins settings](https://stackoverflow.com/a/46197356) for the html to render correctly. This is due to [Jenkins CSP changes](https://www.jenkins.io/doc/book/system-administration/security/configuring-content-security-policy/).
2019-07-22 02:14:40 +08:00
You can also use ``--junit-xml=report.xml`` to get an xml report instead. Jenkins can use this file to display better reporting for your tests.
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2019-07-22 02:14:40 +08:00
pytest test_suite.py --junit-xml=report.xml
```
2020-05-22 11:39:59 +08:00
<h4><b>Nosetest Reports:</b></h4>
2017-04-28 08:40:22 +08:00
2018-03-05 06:55:00 +08:00
The ``--report`` option gives you a fancy report after your test suite completes.
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2018-12-11 15:01:57 +08:00
nosetests test_suite.py --report
2017-04-28 08:40:22 +08:00
```
2020-05-23 13:25:36 +08:00
2020-11-12 13:57:20 +08:00
<img src="https://seleniumbase.io/cdn/img/nose_report.png" alt="Example Nosetest Report" title="Example Nosetest Report" width="320" />
2017-04-28 08:40:22 +08:00
2019-12-07 15:05:19 +08:00
(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.)
2015-12-05 05:11:53 +08:00
2022-05-18 23:34:01 +08:00
<h4><b>Behave Dashboard & Reports:</b></h4>
(The [behave_bdd/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples/behave_bdd) folder can be found in the [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) folder.)
```bash
behave behave_bdd/features/ -D dashboard -D headless
```
<img src="https://seleniumbase.io/cdn/img/sb_behave_dashboard.png" title="SeleniumBase" width="500">
You can also use ``--junit`` to get ``.xml`` reports for each Behave feature. Jenkins can use these files to display better reporting for your tests.
```bash
behave behave_bdd/features/ --junit -D rs -D headless
```
2020-07-23 10:54:57 +08:00
<h4><b>Allure Reports:</b></h4>
See: [https://docs.qameta.io/allure/](https://docs.qameta.io/allure/#_pytest)
2021-03-18 11:57:55 +08:00
SeleniumBase no longer includes ``allure-pytest`` as part of installed dependencies. If you want to use it, install it first:
```bash
pip install allure-pytest
```
Now your tests can create Allure results files, which can be processed by Allure Reports.
2020-07-23 10:54:57 +08:00
```bash
pytest test_suite.py --alluredir=allure_results
```
2017-10-25 08:13:55 +08:00
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Using a Proxy Server:</h3>
If you wish to use a proxy server for your browser tests (Chromium or Firefox), you can add ``--proxy=IP_ADDRESS:PORT`` as an argument on the command line.
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
pytest proxy_test.py --proxy=IP_ADDRESS:PORT
```
If the proxy server that you wish to use requires authentication, you can do the following (Chromium only):
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2018-10-18 06:22:34 +08:00
pytest proxy_test.py --proxy=USERNAME:PASSWORD@IP_ADDRESS:PORT
```
SeleniumBase also supports SOCKS4 and SOCKS5 proxies:
```bash
pytest proxy_test.py --proxy="socks4://IP_ADDRESS:PORT"
pytest proxy_test.py --proxy="socks5://IP_ADDRESS:PORT"
```
2018-03-05 06:55:00 +08:00
To make things easier, you can add your frequently-used proxies to PROXY_LIST in [proxy_list.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/proxy_list.py), and then use ``--proxy=KEY_FROM_PROXY_LIST`` to use the IP_ADDRESS:PORT of that key.
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
pytest proxy_test.py --proxy=proxy1
```
2019-02-28 17:52:50 +08:00
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Changing the User-Agent:</h3>
2019-02-28 17:52:50 +08:00
2020-12-23 00:56:21 +08:00
🔵 If you wish to change the User-Agent for your browser tests (Chromium and Firefox only), you can add ``--agent="USER AGENT STRING"`` as an argument on the command-line.
2020-05-23 13:25:36 +08:00
2019-02-28 17:52:50 +08:00
```bash
pytest user_agent_test.py --agent="Mozilla/5.0 (Nintendo 3DS; U; ; en) Version/1.7412.EU"
```
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Handling Pop-Up / Pop Up Alerts:</h3>
2021-08-24 08:01:40 +08:00
🔵 <code>self.accept_alert()</code> automatically waits for and accepts alert pop-ups. <code>self.dismiss_alert()</code> automatically waits for and dismisses alert pop-ups. On occasion, some methods like <code>self.click(SELECTOR)</code> might dismiss a pop-up on its own because they call JavaScript to make sure that the <code>readyState</code> of the page is <code>complete</code> before advancing. If you're trying to accept a pop-up that got dismissed this way, use this workaround: Call <code>self.find_element(SELECTOR).click()</code> instead, (which will let the pop-up remain on the screen), and then use <code>self.accept_alert()</code> to accept the pop-up (<a href="https://github.com/seleniumbase/SeleniumBase/issues/600#issuecomment-647270426">more on that here</a>). If pop-ups are intermittent, wrap code in a try/except block.
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Building Guided Tours for Websites:</h3>
2019-04-18 15:51:46 +08:00
2021-01-29 11:28:00 +08:00
🔵 Learn about <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">SeleniumBase Interactive Walkthroughs</a> (in the ``examples/tour_examples/`` folder). It's great for prototyping a website onboarding experience.
2019-04-18 15:51:46 +08:00
2017-04-25 12:17:26 +08:00
<a id="utilizing_advanced_features"></a>
2022-06-09 23:01:52 +08:00
--------
<div></div>
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Production Environments & Integrations:</h3>
2015-12-05 05:11:53 +08:00
2022-05-26 11:27:11 +08:00
<div></div>
2022-05-18 10:56:38 +08:00
<details>
2022-06-11 23:28:49 +08:00
<summary> ▶️ Here are some things you can do to set up a production environment for your testing. (<b><u>click to expand</u></b>)</summary>
2015-12-05 05:11:53 +08:00
2022-05-18 23:34:01 +08:00
<ul>
2022-06-15 07:36:45 +08:00
<li>You can set up a <a href="https://jenkins.io/" target="_blank">Jenkins</a> build server for running tests at regular intervals. For a real-world Jenkins example of headless browser automation in action, check out the <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/azure/jenkins/ReadMe.md">SeleniumBase Jenkins example on Azure</a> or the <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/google_cloud/ReadMe.md">SeleniumBase Jenkins example on Google Cloud</a>.</li>
2015-12-05 05:11:53 +08:00
2022-06-15 07:36:45 +08:00
<li>You can use <a href="https://selenium.dev/documentation/en/grid/" target="_blank">the Selenium Grid</a> to scale your testing by distributing tests on several machines with parallel execution. To do this, check out the <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/utilities/selenium_grid">SeleniumBase selenium_grid folder</a>, which should have everything you need, including the <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md">Selenium Grid ReadMe</a>, which will help you get started.</li>
2015-12-05 05:11:53 +08:00
2022-05-18 23:34:01 +08:00
<li>If you're using the <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/mysql_installation.md">SeleniumBase MySQL feature</a> to save results from tests running on a server machine, you can install <a href="https://dev.mysql.com/downloads/tools/workbench/">MySQL Workbench</a> to help you read & write from your DB more easily.</li>
2017-04-25 12:17:26 +08:00
2022-06-15 07:36:45 +08:00
<li>If you're using AWS, you can set up an <a href="https://aws.amazon.com/s3/" target="_blank">Amazon S3</a> account for saving log files and screenshots from your tests. To activate this feature, modify <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py">settings.py</a> with connection details in the S3 section, and add <code>--with-s3-logging</code> on the command-line when running your tests.</li>
2022-05-18 23:34:01 +08:00
</ul>
2015-12-05 05:11:53 +08:00
2022-05-18 10:56:38 +08:00
Here's an example of running tests with some additional features enabled:
2020-05-23 13:25:36 +08:00
2019-08-17 14:47:52 +08:00
```bash
2020-10-03 01:25:12 +08:00
pytest [YOUR_TEST_FILE.py] --with-db-reporting --with-s3-logging
2015-12-05 05:11:53 +08:00
```
2022-05-18 10:56:38 +08:00
</details>
2017-04-25 12:17:26 +08:00
<a id="detailed_method_specifications"></a>
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Detailed Method Specifications and Examples:</h3>
2015-12-05 05:11:53 +08:00
2020-12-23 00:56:21 +08:00
🔵 Navigating to a web page: (and related commands)
2015-12-05 05:11:53 +08:00
```python
2017-04-25 12:17:26 +08:00
self.open("https://xkcd.com/378/") # This method opens the specified page.
2015-12-05 05:11:53 +08:00
2017-04-25 12:17:26 +08:00
self.go_back() # This method navigates the browser to the previous page.
2015-12-05 05:11:53 +08:00
2017-04-25 12:17:26 +08:00
self.go_forward() # This method navigates the browser forward in history.
2015-12-05 05:11:53 +08:00
2017-04-25 12:17:26 +08:00
self.refresh_page() # This method reloads the current page.
self.get_current_url() # This method returns the current page URL.
self.get_page_source() # This method returns the current page source.
2015-12-05 05:11:53 +08:00
```
2022-06-09 23:01:52 +08:00
<b>ProTip™:</b> You can use the <code>self.get_page_source()</code> method with Python's <code>find()</code> command to parse through HTML to find something specific. (For more advanced parsing, see the <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_parse_soup.py">BeautifulSoup example</a>.)
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
2017-04-25 12:17:26 +08:00
source = self.get_page_source()
2019-03-12 12:53:01 +08:00
head_open_tag = source.find('<head>')
head_close_tag = source.find('</head>', head_open_tag)
everything_inside_head = source[head_open_tag+len('<head>'):head_close_tag]
2015-12-05 05:11:53 +08:00
```
2020-12-23 00:56:21 +08:00
🔵 Clicking:
2015-12-05 05:11:53 +08:00
To click an element on the page:
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
self.click("div#my_id")
```
2017-04-25 12:17:26 +08:00
**ProTip™:** In most web browsers, you can right-click on a page and select ``Inspect Element`` to see the CSS selector details that you'll need to create your own scripts.
2020-12-23 00:56:21 +08:00
🔵 Typing Text:
2016-04-29 09:16:12 +08:00
2020-12-23 00:56:21 +08:00
<code>self.type(selector, text)</code> # updates the text from the specified element with the specified value. An exception is raised if the element is missing or if the text field is not editable. Example:
2020-05-23 13:25:36 +08:00
2016-04-29 09:16:12 +08:00
```python
2020-06-14 13:17:37 +08:00
self.type("input#id_value", "2012")
2016-04-29 09:16:12 +08:00
```
2020-12-23 00:56:21 +08:00
You can also use <code>self.add_text()</code> or the WebDriver <code>.send_keys()</code> command, but those won't clear the text box first if there's already text inside.
2016-04-29 09:16:12 +08:00
If you want to type in special keys, that's easy too. Here's an example:
2020-05-23 13:25:36 +08:00
2016-04-29 09:16:12 +08:00
```python
from selenium.webdriver.common.keys import Keys
2019-09-02 04:18:30 +08:00
self.find_element("textarea").send_keys(Keys.SPACE + Keys.BACK_SPACE + '\n') # The backspace should cancel out the space, leaving you with the newline
2016-04-29 09:16:12 +08:00
```
2020-12-23 00:56:21 +08:00
🔵 Getting the text from an element on a page:
2020-05-22 11:39:59 +08:00
2016-04-29 09:16:12 +08:00
```python
2017-04-25 12:17:26 +08:00
text = self.get_text("header h2")
```
2020-12-23 00:56:21 +08:00
🔵 Getting the attribute value from an element on a page:
2020-05-22 11:39:59 +08:00
2017-04-25 12:17:26 +08:00
```python
attribute = self.get_attribute("#comic img", "title")
2016-04-29 09:16:12 +08:00
```
2020-12-24 11:03:53 +08:00
🔵 Asserting existence of an element on a page within some number of seconds:
2020-05-22 11:39:59 +08:00
2015-12-05 05:11:53 +08:00
```python
self.wait_for_element_present("div.my_class", timeout=10)
```
2022-04-25 01:26:18 +08:00
(NOTE: You can also use: ``self.assert_element_present(ELEMENT)``)
2015-12-05 05:11:53 +08:00
2020-12-23 00:56:21 +08:00
🔵 Asserting visibility of an element on a page within some number of seconds:
2020-05-22 11:39:59 +08:00
2015-12-05 05:11:53 +08:00
```python
self.wait_for_element_visible("a.my_class", timeout=5)
```
2020-12-23 00:56:21 +08:00
(NOTE: The short versions of this are ``self.find_element(ELEMENT)`` and ``self.assert_element(ELEMENT)``. The find_element() version returns the element)
2015-12-05 05:11:53 +08:00
2016-01-12 09:48:50 +08:00
Since the line above returns the element, you can combine that with .click() as shown below:
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
2016-04-29 09:16:12 +08:00
self.find_element("a.my_class", timeout=5).click()
2016-01-12 09:48:50 +08:00
# But you're better off using the following statement, which does the same thing:
self.click("a.my_class") # DO IT THIS WAY!
2015-12-05 05:11:53 +08:00
```
2017-07-21 09:16:57 +08:00
**ProTip™:** You can use dots to signify class names (Ex: ``div.class_name``) as a simplified version of ``div[class="class_name"]`` within a CSS selector.
You can also use ``*=`` to search for any partial value in a CSS selector as shown below:
2020-05-23 13:25:36 +08:00
2017-04-25 12:17:26 +08:00
```python
2017-07-21 09:16:57 +08:00
self.click('a[name*="partial_name"]')
2017-04-25 12:17:26 +08:00
```
2020-12-23 00:56:21 +08:00
🔵 Asserting visibility of text inside an element on a page within some number of seconds:
2020-05-22 11:39:59 +08:00
2015-12-05 05:11:53 +08:00
```python
2018-02-02 06:05:54 +08:00
self.assert_text("Make it so!", "div#trek div.picard div.quotes")
self.assert_text("Tea. Earl Grey. Hot.", "div#trek div.picard div.quotes", timeout=3)
2015-12-05 05:11:53 +08:00
```
2022-04-25 01:26:18 +08:00
2020-12-24 11:03:53 +08:00
(NOTE: ``self.find_text(TEXT, ELEMENT)`` and ``self.wait_for_text(TEXT, ELEMENT)`` also do this. For backwards compatibility, older method names were kept, but the default timeout may be different.)
2015-12-05 05:11:53 +08:00
2020-12-23 00:56:21 +08:00
🔵 Asserting Anything:
2020-05-22 11:39:59 +08:00
2015-12-05 05:11:53 +08:00
```python
self.assert_true(myvar1 == something)
2015-12-05 05:11:53 +08:00
self.assert_equal(var1, var2)
2015-12-05 05:11:53 +08:00
```
2020-12-23 00:56:21 +08:00
🔵 Useful Conditional Statements: (with creative examples in action)
2015-12-05 05:11:53 +08:00
is_element_visible(selector) # is an element visible on a page
2020-12-23 00:05:23 +08:00
2015-12-05 05:11:53 +08:00
```python
if self.is_element_visible('div#warning'):
2019-12-25 07:43:41 +08:00
print("Red Alert: Something bad might be happening!")
2015-12-05 05:11:53 +08:00
```
is_element_present(selector) # is an element present on a page
2020-12-23 00:05:23 +08:00
2015-12-05 05:11:53 +08:00
```python
if self.is_element_present('div#top_secret img.tracking_cookie'):
2019-08-18 05:23:40 +08:00
self.contact_cookie_monster() # Not a real SeleniumBase method
2015-12-05 05:11:53 +08:00
else:
2017-04-25 12:17:26 +08:00
current_url = self.get_current_url()
2019-08-18 05:23:40 +08:00
self.contact_the_nsa(url=current_url, message="Dark Zone Found") # Not a real SeleniumBase method
2015-12-05 05:11:53 +08:00
```
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
Another example:
2020-12-23 00:05:23 +08:00
2015-12-05 05:11:53 +08:00
```python
def is_there_a_cloaked_klingon_ship_on_this_page():
if self.is_element_present("div.ships div.klingon"):
return not self.is_element_visible("div.ships div.klingon")
return False
```
2022-05-26 11:27:11 +08:00
<div></div>
2022-05-18 10:43:07 +08:00
<details>
2022-06-11 23:28:49 +08:00
<summary> ▶️ is_text_visible(text, selector) # is text visible on a page (<b><u>click to expand</u></b>)</summary>
2020-12-23 00:05:23 +08:00
2015-12-05 05:11:53 +08:00
```python
def get_mirror_universe_captain_picard_superbowl_ad(superbowl_year):
selector = "div.superbowl_%s div.commercials div.transcript div.picard" % superbowl_year
2021-03-19 12:23:25 +08:00
if self.is_text_visible("Yes, it was I who summoned you all here.", selector):
return "Picard Paramount+ Superbowl Ad 2020"
2021-11-06 07:11:31 +08:00
elif self.is_text_visible("Commander, signal the following: Our Network is Secure!"):
return "Picard Mirror Universe iboss Superbowl Ad 2018"
2021-03-19 12:23:25 +08:00
elif self.is_text_visible("For the Love of Marketing and Earl Grey Tea!", selector):
return "Picard Mirror Universe HubSpot Superbowl Ad 2015"
2015-12-05 05:11:53 +08:00
elif self.is_text_visible("Delivery Drones... Engage", selector):
2021-03-19 12:23:25 +08:00
return "Picard Mirror Universe Amazon Superbowl Ad 2015"
2015-12-05 05:11:53 +08:00
elif self.is_text_visible("Bing it on Screen!", selector):
2021-03-19 12:23:25 +08:00
return "Picard Mirror Universe Microsoft Superbowl Ad 2015"
2015-12-05 05:11:53 +08:00
elif self.is_text_visible("OK Glass, Make it So!", selector):
2021-03-19 12:23:25 +08:00
return "Picard Mirror Universe Google Superbowl Ad 2015"
2015-12-05 05:11:53 +08:00
elif self.is_text_visible("Number One, I've Never Seen Anything Like It.", selector):
2021-03-19 12:23:25 +08:00
return "Picard Mirror Universe Tesla Superbowl Ad 2015"
2021-11-06 07:11:31 +08:00
elif self.is_text_visible("Let us make sure history never forgets the name ... Facebook", selector):
return "Picard Mirror Universe Facebook Superbowl Ad 2015"
2015-12-05 05:11:53 +08:00
elif self.is_text_visible("""With the first link, the chain is forged.
The first speech censored, the first thought forbidden,
the first freedom denied, chains us all irrevocably.""", selector):
2021-03-19 12:23:25 +08:00
return "Picard Mirror Universe Wikimedia Superbowl Ad 2015"
2015-12-05 05:11:53 +08:00
else:
raise Exception("Reports of my assimilation are greatly exaggerated.")
```
2022-05-18 10:43:07 +08:00
</details>
2020-12-23 00:05:23 +08:00
🔵 Switching Tabs:
2015-12-05 05:11:53 +08:00
2022-05-18 23:34:01 +08:00
<p>If your test opens up a new tab/window, you can switch to it. (SeleniumBase automatically switches to new tabs that don't open to <code>about:blank</code> URLs.)</p>
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
2019-09-02 04:18:30 +08:00
self.switch_to_window(1) # This switches to the new tab (0 is the first one)
2015-12-05 05:11:53 +08:00
```
2022-06-29 09:43:53 +08:00
🔵 <b>ProTip™:</b> iframes follow the same principle as new windows - you need to specify the iframe if you want to take action on something in there
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
2017-04-25 12:17:26 +08:00
self.switch_to_frame('ContentManagerTextBody_ifr')
2022-06-29 09:43:53 +08:00
# Now you can act inside the iframe
2017-04-25 12:17:26 +08:00
# .... Do something cool (here)
2022-06-29 09:43:53 +08:00
self.switch_to_default_content() # Exit the iframe when you're done
2015-12-05 05:11:53 +08:00
```
2020-12-23 00:05:23 +08:00
🔵 Executing Custom jQuery Scripts:
2015-12-05 05:11:53 +08:00
2020-12-23 00:05:23 +08:00
<p>jQuery is a powerful JavaScript library that allows you to perform advanced actions in a web browser.
2015-12-05 05:11:53 +08:00
If the web page you're on already has jQuery loaded, you can start executing jQuery scripts immediately.
2020-12-23 00:05:23 +08:00
You'd know this because the web page would contain something like the following in the HTML:</p>
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```html
2019-09-19 15:43:40 +08:00
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
2015-12-05 05:11:53 +08:00
```
2020-12-23 00:05:23 +08:00
🔵 It's OK if you want to use jQuery on a page that doesn't have it loaded yet. To do so, run the following command first:
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
self.activate_jquery()
```
2022-05-26 11:27:11 +08:00
<div></div>
2022-05-18 10:56:38 +08:00
<details>
2022-06-11 23:28:49 +08:00
<summary> ▶️ Here are some examples of using jQuery in your scripts. (<b><u>click to expand</u></b>)</summary>
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
2022-04-25 01:26:18 +08:00
self.execute_script("jQuery, window.scrollTo(0, 600)") # Scrolling the page
2015-12-05 05:11:53 +08:00
self.execute_script("jQuery('#annoying-widget').hide()") # Hiding elements on a page
self.execute_script("jQuery('#hidden-widget').show(0)") # Showing hidden elements on a page
2015-12-05 05:11:53 +08:00
self.execute_script("jQuery('#annoying-button a').remove()") # Removing elements on a page
self.execute_script("jQuery('%s').mouseover()" % (mouse_over_item)) # Mouse-over elements on a page
self.execute_script("jQuery('input#the_id').val('my_text')") # Fast text input on a page
self.execute_script("jQuery('div#dropdown a.link').click()") # Click elements on a page
self.execute_script("return jQuery('div#amazing')[0].text") # Returns the css "text" of the element given
self.execute_script("return jQuery('textarea')[2].value") # Returns the css "value" of the 3rd textarea element on the page
```
2021-11-06 07:11:31 +08:00
(Most of the above commands can be done directly with built-in SeleniumBase methods.)
2022-05-18 10:56:38 +08:00
</details>
2022-04-25 01:26:18 +08:00
🔵 Some websites have a restrictive [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) to prevent users from loading jQuery and other external libraries onto their websites. If you need to use jQuery or another JS library on such a website, add ``--disable-csp`` on the command-line.
2022-05-26 11:27:11 +08:00
<div></div>
2022-05-18 10:56:38 +08:00
<details>
2022-06-11 23:28:49 +08:00
<summary> ▶️ In this example, JavaScript creates a referral button on a page, which is then clicked. (<b><u>click to expand</u></b>)</summary>
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
2018-02-13 01:35:25 +08:00
start_page = "https://xkcd.com/465/"
destination_page = "https://github.com/seleniumbase/SeleniumBase"
self.open(start_page)
referral_link = '''<a class='analytics test' href='%s'>Free-Referral Button!</a>''' % destination_page
self.execute_script('''document.body.innerHTML = \"%s\"''' % referral_link)
2015-12-05 05:11:53 +08:00
self.click("a.analytics") # Clicks the generated button
```
2020-12-23 00:05:23 +08:00
2022-05-18 23:34:01 +08:00
(Due to popular demand, this traffic generation example has been included in SeleniumBase with the <code>self.generate_referral(start_page, end_page)</code> and the <code>self.generate_traffic(start_page, end_page, loops)</code> methods.)
2015-12-05 05:11:53 +08:00
2022-05-18 10:56:38 +08:00
</details>
2020-12-23 00:05:23 +08:00
🔵 Using deferred asserts:
2020-12-23 00:05:23 +08:00
<p>Let's say you want to verify multiple different elements on a web page in a single test, but you don't want the test to fail until you verified several elements at once so that you don't have to rerun the test to find more missing elements on the same page. That's where deferred asserts come in. Here's the example:</p>
2020-05-23 13:25:36 +08:00
```python
from seleniumbase import BaseCase
class MyTestClass(BaseCase):
2020-05-28 15:44:36 +08:00
def test_deferred_asserts(self):
self.open('https://xkcd.com/993/')
self.wait_for_element('#comic')
2020-05-28 15:44:36 +08:00
self.deferred_assert_element('img[alt="Brand Identity"]')
self.deferred_assert_element('img[alt="Rocket Ship"]') # Will Fail
self.deferred_assert_element('#comicmap')
self.deferred_assert_text('Fake Item', '#middleContainer') # Will Fail
self.deferred_assert_text('Random', '#middleContainer')
self.deferred_assert_element('a[name="Super Fake !!!"]') # Will Fail
self.process_deferred_asserts()
```
2020-12-23 00:56:21 +08:00
<code>deferred_assert_element()</code> and <code>deferred_assert_text()</code> will save any exceptions that would be raised.
To flush out all the failed deferred asserts into a single exception, make sure to call <code>self.process_deferred_asserts()</code> at the end of your test method. If your test hits multiple pages, you can call <code>self.process_deferred_asserts()</code> before navigating to a new page so that the screenshot from your log files matches the URL where the deferred asserts were made.
2021-08-16 00:47:34 +08:00
🔵 Accessing Raw WebDriver:
2015-12-05 05:11:53 +08:00
2020-12-23 00:05:23 +08:00
<p>If you need access to any commands that come with standard WebDriver, you can call them directly like this:</p>
2020-05-23 13:25:36 +08:00
2015-12-05 05:11:53 +08:00
```python
2017-04-25 12:17:26 +08:00
self.driver.delete_all_cookies()
capabilities = self.driver.capabilities
2022-04-25 01:26:18 +08:00
self.driver.find_elements("partial link text", "GitHub")
2015-12-05 05:11:53 +08:00
```
2020-12-23 00:05:23 +08:00
2017-04-25 12:17:26 +08:00
(In general, you'll want to use the SeleniumBase versions of methods when available.)
2015-12-05 05:11:53 +08:00
2020-12-23 00:05:23 +08:00
🔵 Retrying failing tests automatically:
2021-02-11 12:24:32 +08:00
<p>You can use <code>--reruns=NUM</code> to retry failing tests that many times. Use <code>--reruns-delay=SECONDS</code> to wait that many seconds between retries. Example:</p>
2020-05-23 13:25:36 +08:00
2020-12-23 00:05:23 +08:00
```bash
2021-02-11 12:24:32 +08:00
pytest --reruns=1 --reruns-delay=1
```
2020-12-23 00:05:23 +08:00
<p>Additionally, you can use the <code>@retry_on_exception()</code> decorator to specifically retry failing methods. (First import: <code>from seleniumbase import decorators</code>) To learn more about SeleniumBase decorators, [click here](https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/common).</p>
2015-12-05 05:11:53 +08:00
2022-05-20 00:30:01 +08:00
<h3><img src="https://seleniumbase.io/img/green_logo2.png" title="SeleniumBase" width="32" /> Wrap-Up</h3>
2015-12-05 05:11:53 +08:00
2020-05-22 11:39:59 +08:00
<b>Congratulations on getting started with SeleniumBase!</b>
2017-04-25 12:17:26 +08:00
2020-05-14 04:42:14 +08:00
<p>
<div><b>If you see something, say something!</b></div>
<div><a href="https://github.com/seleniumbase/SeleniumBase/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed-raw/seleniumbase/SeleniumBase.svg?color=22BB88" title="Closed Issues" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/pulls?q=is%3Apr+is%3Aclosed"><img src="https://img.shields.io/github/issues-pr-closed/seleniumbase/SeleniumBase.svg?logo=github&logoColor=white&color=22BB99" title="Closed Pull Requests" /></a></div>
</p>
2018-12-15 09:29:30 +08:00
2020-05-14 04:42:14 +08:00
<p>
<div><b>If you like us, give us a star!</b></div>
2021-08-20 07:21:21 +08:00
<div><a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title="Stargazers" /></a></div>
2020-05-14 04:42:14 +08:00
</p>
<p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
2020-01-27 06:25:33 +08:00
2022-06-10 12:22:04 +08:00
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/fancy_logo_14.png" title="SeleniumBase" width="200" /></a></div> <div><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" title="SeleniumBase" alt="Join the chat!" /></a></div> <div><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg" alt="Tested with SeleniumBase" /></a></div> <div><a href="https://seleniumbase.io"><img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt="SeleniumBase Docs" /></a></div> <div><a href="https://pepy.tech/project/seleniumbase" target="_blank"><img src="https://pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a></div>
2021-01-22 08:08:00 +08:00
2021-11-04 01:55:49 +08:00
<p><div>
2022-05-18 03:09:43 +08:00
<span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="40" /></a></span>
<span><a href="https://www.facebook.com/SeleniumBase" target="_blank"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="37" /></a></span>
<span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="32" /></a></span>
<span><a href="https://instagram.com/seleniumbase" target="_blank"><img src="https://seleniumbase.io/img/social/share_instagram.svg" title="SeleniumBase on Instagram" alt="SeleniumBase on Instagram" width="33" /></a></span>
<span><a href="https://twitter.com/seleniumbase" target="_blank"><img src="https://seleniumbase.io/img/social/share_twitter.svg" title="SeleniumBase on Twitter" alt="SeleniumBase on Twitter" width="40" /></a></span>
2021-11-04 01:55:49 +08:00
</div></p>
2021-11-06 07:11:31 +08:00
2022-06-09 11:45:11 +08:00
<p><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" alt="SeleniumBase" title="SeleniumBase" width="200" /></a></p>
<p><a href="https://pypi.python.org/pypi/seleniumbase" target="_blank"><img src="https://badge.fury.io/py/seleniumbase.svg" alt="PyPI version" /></a></p>
2022-06-29 09:43:53 +08:00
<p><a href="https://www.python.org/downloads/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE&logo=python" title="Supported Python Versions" /></a></p>