Skip to content

Commit cc355f6

Browse files
committed
Update the docs
1 parent 7bee626 commit cc355f6

File tree

3 files changed

+68
-65
lines changed

3 files changed

+68
-65
lines changed

index.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,13 +2791,14 @@
27912791
<meta property="og:keywords" content="Python, pytest, selenium, webdriver, testing, automation, seleniumbase, framework, dashboard, recorder, reports, screenshots">
27922792
<meta property="og:image" content="https://seleniumbase.github.io/cdn/img/mac_sb_logo_5b.png" />
27932793
<link rel="icon" href="https://seleniumbase.github.io/img/logo7.png" /></p>
2794-
<h1>SeleniumBase</h1>
2794+
<h1><img src="https://seleniumbase.github.io/img/logo6.png" title="SeleniumBase" width="32" /> SeleniumBase</h1>
27952795

2796-
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/super_logo_sb3.png" alt="SeleniumBase" title="SeleniumBase" width="350" /></a></p>
2796+
<h3 align="center" class="hero__title"><b>Automate, test, and scrape the web — on your own terms.<br /></b></h3>
27972797

2798-
<p align="center" class="hero__title"><b>Automate, test, and scrape the web — on your own terms.<br /></b></p>
2798+
<p align="center"><a href="https://trendshift.io/repositories/12493" target="_blank"><img src="https://trendshift.io/api/badge/repositories/12493" alt="seleniumbase%2FSeleniumBase | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a></p>
27992799

2800-
<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"><img src="https://img.shields.io/badge/✅%20View%20Code-on%20GitHub%20🌎-02A79E.svg" alt="SeleniumBase on GitHub" /></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://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></p>
2800+
<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://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/✅%20View%20Code-on%20GitHub%20🌎-02A79E.svg" alt="SeleniumBase on GitHub" /></a></p>
2801+
<p align="center"><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://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/SeleniumBase?style=social"></a> <a href="https://pepy.tech/projects/seleniumbase?timeRange=threeMonths&category=version&includeCIDownloads=true&granularity=daily&viewType=line&versions=*" target="_blank"><img src="https://static.pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></p>
28012802

28022803
<p align="center">
28032804
<a href="#python_installation">🚀 Start</a> |
@@ -2835,12 +2836,12 @@ <h1>SeleniumBase</h1>
28352836
<br />
28362837
</p>
28372838

2838-
<p>SeleniumBase is a browser automation framework that empowers software teams to innovate faster and handle modern web challenges with ease. With stealth options like CDP Mode, you'll avoid the usual restrictions imposed by websites deploying bot-detection services.</p>
2839+
<p><a href="https://github.com/seleniumbase/SeleniumBase/"><b translate="no">SeleniumBase</b></a> is an all-in-one Python framework designed to make browser automation, scraping, and testing significantly easier than using standard Selenium. With stealth options (eg. <a translate="no" href="examples/cdp_mode/ReadMe/"><b translate="no">CDP Mode</b></a>) you'll avoid the usual restrictions imposed by websites with bot-detection. Includes a feature that <a href="examples/cdp_mode/playwright/ReadMe/"><b>makes <span translate="no">Playwright</span> stealthy</b>.</p>
28392840

28402841
<hr />
28412842
<p>📚 Learn from <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples"><strong>over 200 examples</strong> in the <strong>SeleniumBase/examples/</strong> folder</a>.</p>
28422843
<p>🐙 Stealth modes: <a translate="no" href="help_docs/uc_mode/"><b>UC Mode</b></a> and <a translate="no" href="examples/cdp_mode/ReadMe/"><b>CDP Mode</b></a> can bypass bot-detection, solve CAPTCHAs, and call advanced methods from the <a href="https://chromedevtools.github.io/devtools-protocol/" translate="no">Chrome Devtools Protocol</a>.</p>
2843-
<p>ℹ️ Many examples run with raw <code translate="no"><b>python</b></code>, although some use <a href="help_docs/syntax_formats/">Syntax Formats</a> that expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).</p>
2844+
<p>ℹ️ Many examples run with raw <code translate="no"><b>python</b></code>, although some <a href="help_docs/syntax_formats/">Syntax Formats</a> expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).</p>
28442845
<hr />
28452846
<p align="left">📗 This script performs a Google Search using SeleniumBase UC Mode + CDP Mode:<br /><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_google.py">SeleniumBase/examples/raw_google.py</a> (Results are saved as PDF, HTML, and PNG)</p>
28462847

@@ -3929,9 +3930,11 @@ <h3><img src="https://seleniumbase.github.io/img/logo7.png" title="SeleniumBase"
39293930

39303931
<p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
39313932

3932-
<div align="left"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/super_logo_sb3.png" title="SeleniumBase" width="320" /></a></div>
3933-
<div align="left"><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/✅%20View%20Code-on%20GitHub%20🌎-02A79E.svg" alt="SeleniumBase on GitHub" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a> <img src="https://views.whatilearened.today/views/github/seleniumbase/SeleniumBase.svg" width="98px" height="20px" alt="Views" /></div>
3934-
<div align="left"><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg" alt="Tested with SeleniumBase" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></div>
3933+
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/super_logo_sb3.png" title="SeleniumBase" width="310" /></a></div>
3934+
<div><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/✅%20View%20Code-on%20GitHub%20🌎-02A79E.svg" alt="SeleniumBase on GitHub" /></a> <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://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title="Stargazers" /></a></div>
3935+
<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> <img src="https://views.whatilearened.today/views/github/seleniumbase/SeleniumBase.svg" width="98px" height="20px" alt="Views" /></div>
3936+
<div align="left"></div>
3937+
<div><a href="https://pepy.tech/projects/seleniumbase?timeRange=threeMonths&category=version&includeCIDownloads=true&granularity=daily&viewType=line&versions=*" target="_blank"><img src="https://static.pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a> <a href="https://discord.gg/EdhQTn3EyE" target="_blank"><img src="https://img.shields.io/discord/727927627830001734?color=7289DA&label=Discord&logo=discord&logoColor=white"/></a></div>
39353938

39363939

39373940

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,222 +2,222 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://seleniumbase.io/</loc>
5-
<lastmod>2026-02-26</lastmod>
5+
<lastmod>2026-02-27</lastmod>
66
</url>
77
<url>
88
<loc>https://seleniumbase.io/examples/ReadMe/</loc>
9-
<lastmod>2026-02-26</lastmod>
9+
<lastmod>2026-02-27</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://seleniumbase.io/examples/case_summary/</loc>
13-
<lastmod>2026-02-26</lastmod>
13+
<lastmod>2026-02-27</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://seleniumbase.io/examples/behave_bdd/ReadMe/</loc>
17-
<lastmod>2026-02-26</lastmod>
17+
<lastmod>2026-02-27</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://seleniumbase.io/examples/cdp_mode/ReadMe/</loc>
21-
<lastmod>2026-02-26</lastmod>
21+
<lastmod>2026-02-27</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://seleniumbase.io/examples/cdp_mode/playwright/ReadMe/</loc>
25-
<lastmod>2026-02-26</lastmod>
25+
<lastmod>2026-02-27</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://seleniumbase.io/examples/chart_maker/ReadMe/</loc>
29-
<lastmod>2026-02-26</lastmod>
29+
<lastmod>2026-02-27</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://seleniumbase.io/examples/dialog_boxes/ReadMe/</loc>
33-
<lastmod>2026-02-26</lastmod>
33+
<lastmod>2026-02-27</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://seleniumbase.io/examples/example_logs/ReadMe/</loc>
37-
<lastmod>2026-02-26</lastmod>
37+
<lastmod>2026-02-27</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://seleniumbase.io/examples/master_qa/ReadMe/</loc>
41-
<lastmod>2026-02-26</lastmod>
41+
<lastmod>2026-02-27</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://seleniumbase.io/examples/migration/raw_selenium/ReadMe/</loc>
45-
<lastmod>2026-02-26</lastmod>
45+
<lastmod>2026-02-27</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://seleniumbase.io/examples/presenter/ReadMe/</loc>
49-
<lastmod>2026-02-26</lastmod>
49+
<lastmod>2026-02-27</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://seleniumbase.io/examples/tour_examples/ReadMe/</loc>
53-
<lastmod>2026-02-26</lastmod>
53+
<lastmod>2026-02-27</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://seleniumbase.io/examples/visual_testing/ReadMe/</loc>
57-
<lastmod>2026-02-26</lastmod>
57+
<lastmod>2026-02-27</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://seleniumbase.io/help_docs/ReadMe/</loc>
61-
<lastmod>2026-02-26</lastmod>
61+
<lastmod>2026-02-27</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://seleniumbase.io/help_docs/behave_gui/</loc>
65-
<lastmod>2026-02-26</lastmod>
65+
<lastmod>2026-02-27</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://seleniumbase.io/help_docs/case_plans/</loc>
69-
<lastmod>2026-02-26</lastmod>
69+
<lastmod>2026-02-27</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://seleniumbase.io/help_docs/cdp_mode_methods/</loc>
73-
<lastmod>2026-02-26</lastmod>
73+
<lastmod>2026-02-27</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://seleniumbase.io/help_docs/commander/</loc>
77-
<lastmod>2026-02-26</lastmod>
77+
<lastmod>2026-02-27</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://seleniumbase.io/help_docs/customizing_test_runs/</loc>
81-
<lastmod>2026-02-26</lastmod>
81+
<lastmod>2026-02-27</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://seleniumbase.io/help_docs/demo_mode/</loc>
85-
<lastmod>2026-02-26</lastmod>
85+
<lastmod>2026-02-27</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://seleniumbase.io/help_docs/desired_capabilities/</loc>
89-
<lastmod>2026-02-26</lastmod>
89+
<lastmod>2026-02-27</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://seleniumbase.io/help_docs/features_list/</loc>
93-
<lastmod>2026-02-26</lastmod>
93+
<lastmod>2026-02-27</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://seleniumbase.io/help_docs/handling_iframes/</loc>
97-
<lastmod>2026-02-26</lastmod>
97+
<lastmod>2026-02-27</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://seleniumbase.io/help_docs/happy_customers/</loc>
101-
<lastmod>2026-02-26</lastmod>
101+
<lastmod>2026-02-27</lastmod>
102102
</url>
103103
<url>
104104
<loc>https://seleniumbase.io/help_docs/hidden_files_info/</loc>
105-
<lastmod>2026-02-26</lastmod>
105+
<lastmod>2026-02-27</lastmod>
106106
</url>
107107
<url>
108108
<loc>https://seleniumbase.io/help_docs/how_it_works/</loc>
109-
<lastmod>2026-02-26</lastmod>
109+
<lastmod>2026-02-27</lastmod>
110110
</url>
111111
<url>
112112
<loc>https://seleniumbase.io/help_docs/html_inspector/</loc>
113-
<lastmod>2026-02-26</lastmod>
113+
<lastmod>2026-02-27</lastmod>
114114
</url>
115115
<url>
116116
<loc>https://seleniumbase.io/help_docs/install/</loc>
117-
<lastmod>2026-02-26</lastmod>
117+
<lastmod>2026-02-27</lastmod>
118118
</url>
119119
<url>
120120
<loc>https://seleniumbase.io/help_docs/install_python_pip_git/</loc>
121-
<lastmod>2026-02-26</lastmod>
121+
<lastmod>2026-02-27</lastmod>
122122
</url>
123123
<url>
124124
<loc>https://seleniumbase.io/help_docs/js_package_manager/</loc>
125-
<lastmod>2026-02-26</lastmod>
125+
<lastmod>2026-02-27</lastmod>
126126
</url>
127127
<url>
128128
<loc>https://seleniumbase.io/help_docs/locale_codes/</loc>
129-
<lastmod>2026-02-26</lastmod>
129+
<lastmod>2026-02-27</lastmod>
130130
</url>
131131
<url>
132132
<loc>https://seleniumbase.io/help_docs/method_summary/</loc>
133-
<lastmod>2026-02-26</lastmod>
133+
<lastmod>2026-02-27</lastmod>
134134
</url>
135135
<url>
136136
<loc>https://seleniumbase.io/help_docs/mobile_testing/</loc>
137-
<lastmod>2026-02-26</lastmod>
137+
<lastmod>2026-02-27</lastmod>
138138
</url>
139139
<url>
140140
<loc>https://seleniumbase.io/help_docs/mysql_installation/</loc>
141-
<lastmod>2026-02-26</lastmod>
141+
<lastmod>2026-02-27</lastmod>
142142
</url>
143143
<url>
144144
<loc>https://seleniumbase.io/help_docs/recorder_mode/</loc>
145-
<lastmod>2026-02-26</lastmod>
145+
<lastmod>2026-02-27</lastmod>
146146
</url>
147147
<url>
148148
<loc>https://seleniumbase.io/help_docs/shadow_dom/</loc>
149-
<lastmod>2026-02-26</lastmod>
149+
<lastmod>2026-02-27</lastmod>
150150
</url>
151151
<url>
152152
<loc>https://seleniumbase.io/help_docs/syntax_formats/</loc>
153-
<lastmod>2026-02-26</lastmod>
153+
<lastmod>2026-02-27</lastmod>
154154
</url>
155155
<url>
156156
<loc>https://seleniumbase.io/help_docs/thank_you/</loc>
157-
<lastmod>2026-02-26</lastmod>
157+
<lastmod>2026-02-27</lastmod>
158158
</url>
159159
<url>
160160
<loc>https://seleniumbase.io/help_docs/translations/</loc>
161-
<lastmod>2026-02-26</lastmod>
161+
<lastmod>2026-02-27</lastmod>
162162
</url>
163163
<url>
164164
<loc>https://seleniumbase.io/help_docs/uc_mode/</loc>
165-
<lastmod>2026-02-26</lastmod>
165+
<lastmod>2026-02-27</lastmod>
166166
</url>
167167
<url>
168168
<loc>https://seleniumbase.io/help_docs/useful_grep_commands/</loc>
169-
<lastmod>2026-02-26</lastmod>
169+
<lastmod>2026-02-27</lastmod>
170170
</url>
171171
<url>
172172
<loc>https://seleniumbase.io/help_docs/using_safari_driver/</loc>
173-
<lastmod>2026-02-26</lastmod>
173+
<lastmod>2026-02-27</lastmod>
174174
</url>
175175
<url>
176176
<loc>https://seleniumbase.io/help_docs/verify_webdriver/</loc>
177-
<lastmod>2026-02-26</lastmod>
177+
<lastmod>2026-02-27</lastmod>
178178
</url>
179179
<url>
180180
<loc>https://seleniumbase.io/help_docs/virtualenv_instructions/</loc>
181-
<lastmod>2026-02-26</lastmod>
181+
<lastmod>2026-02-27</lastmod>
182182
</url>
183183
<url>
184184
<loc>https://seleniumbase.io/help_docs/webdriver_installation/</loc>
185-
<lastmod>2026-02-26</lastmod>
185+
<lastmod>2026-02-27</lastmod>
186186
</url>
187187
<url>
188188
<loc>https://seleniumbase.io/integrations/azure/azure_pipelines/ReadMe/</loc>
189-
<lastmod>2026-02-26</lastmod>
189+
<lastmod>2026-02-27</lastmod>
190190
</url>
191191
<url>
192192
<loc>https://seleniumbase.io/integrations/azure/jenkins/ReadMe/</loc>
193-
<lastmod>2026-02-26</lastmod>
193+
<lastmod>2026-02-27</lastmod>
194194
</url>
195195
<url>
196196
<loc>https://seleniumbase.io/integrations/docker/ReadMe/</loc>
197-
<lastmod>2026-02-26</lastmod>
197+
<lastmod>2026-02-27</lastmod>
198198
</url>
199199
<url>
200200
<loc>https://seleniumbase.io/integrations/github/workflows/ReadMe/</loc>
201-
<lastmod>2026-02-26</lastmod>
201+
<lastmod>2026-02-27</lastmod>
202202
</url>
203203
<url>
204204
<loc>https://seleniumbase.io/integrations/google_cloud/ReadMe/</loc>
205-
<lastmod>2026-02-26</lastmod>
205+
<lastmod>2026-02-27</lastmod>
206206
</url>
207207
<url>
208208
<loc>https://seleniumbase.io/seleniumbase/common/ReadMe/</loc>
209-
<lastmod>2026-02-26</lastmod>
209+
<lastmod>2026-02-27</lastmod>
210210
</url>
211211
<url>
212212
<loc>https://seleniumbase.io/seleniumbase/console_scripts/ReadMe/</loc>
213-
<lastmod>2026-02-26</lastmod>
213+
<lastmod>2026-02-27</lastmod>
214214
</url>
215215
<url>
216216
<loc>https://seleniumbase.io/seleniumbase/masterqa/ReadMe/</loc>
217-
<lastmod>2026-02-26</lastmod>
217+
<lastmod>2026-02-27</lastmod>
218218
</url>
219219
<url>
220220
<loc>https://seleniumbase.io/seleniumbase/utilities/selenium_grid/ReadMe/</loc>
221-
<lastmod>2026-02-26</lastmod>
221+
<lastmod>2026-02-27</lastmod>
222222
</url>
223223
</urlset>

0 commit comments

Comments
 (0)