Skip to content

Commit 9ad0017

Browse files
committed
Update the docs
1 parent b44965f commit 9ad0017

File tree

5 files changed

+70
-70
lines changed

5 files changed

+70
-70
lines changed

examples/cdp_mode/ReadMe/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,9 @@
960960
</li>
961961

962962
<li class="md-nav__item">
963-
<a href="#cdp-mode-usage" class="md-nav__link">
963+
<a href="#cdp-mode-usage-when-used-as-a-subset-of-uc-mode" class="md-nav__link">
964964
<span class="md-ellipsis">
965-
🐙 CDP Mode Usage
965+
🐙 CDP Mode Usage (when used as a subset of UC Mode):
966966
</span>
967967
</a>
968968

@@ -2896,9 +2896,9 @@
28962896
</li>
28972897

28982898
<li class="md-nav__item">
2899-
<a href="#cdp-mode-usage" class="md-nav__link">
2899+
<a href="#cdp-mode-usage-when-used-as-a-subset-of-uc-mode" class="md-nav__link">
29002900
<span class="md-ellipsis">
2901-
🐙 CDP Mode Usage
2901+
🐙 CDP Mode Usage (when used as a subset of UC Mode):
29022902
</span>
29032903
</a>
29042904

@@ -2981,7 +2981,9 @@ <h1>🐙 CDP Mode</h1>
29812981
<h2><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/img/logo6.png" title="SeleniumBase" width="32"></a> CDP Mode 🐙</h2>
29822982

29832983
<p>🐙 <b translate="no">SeleniumBase</b> <b translate="no">CDP Mode</b> is a stealth mode that uses the <a href="https://chromedevtools.github.io/devtools-protocol/" translate="no">Chrome Devtools Protocol</a> (via <a href="https://github.com/mdmintz/MyCDP" translate="no"><span translate="no">MyCDP</span></a>) to control the web browser. <b translate="no">CDP Mode</b> can be used as a subset of <b><a href="../../../help_docs/uc_mode/" translate="no"><span translate="no">UC Mode</span></a></b>, or via <b><a href="#Pure_CDP_Mode" translate="no">Pure CDP Mode</a></b>, which has sync and async formats. From CDP Mode, you can make Playwright stealthy (<a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/playwright/ReadMe/">Stealthy Playwright Mode</a>).</p>
2984-
<p><img src="https://seleniumbase.github.io/other/sb_stealth.png" width="632" alt="High-Level Stealthy Architecture Overview" title="High-Level Stealthy Architecture Overview" /></p>
2984+
<hr />
2985+
<p>⚙️ This diagram shows the stealthy architecture with <b>CDP Mode</b>:</p>
2986+
<p><img src="https://seleniumbase.github.io/other/sb_stealth.png" width="585" alt="High-Level Stealthy Architecture Overview" title="High-Level Stealthy Architecture Overview" /></p>
29852987
<hr />
29862988
<h3 id="youtube-tutorials-that-cover-cdp-mode">🎞️ YouTube tutorials that cover CDP Mode<a class="headerlink" href="#youtube-tutorials-that-cover-cdp-mode" title="Permanent link">&para;</a></h3>
29872989
<figure class="wp-block-embed wp-block-embed-youtube is-type-video is-provider-youtube"><div class="wp-block-embed__wrapper"><div class="epyt-video-wrapper fluid-width-video-wrapper" style="padding-top: 3px !important;"><iframe loading="lazy" id="_ytid_36718" data-origwidth="1200" data-origheight="675" src="https://www.youtube.com/embed/Mr90iQmNsKM?enablejsapi=1&amp;origin=https://seleniumbase.io&amp;autoplay=0&amp;cc_load_policy=0&amp;cc_lang_pref=&amp;iv_load_policy=1&amp;loop=0&amp;modestbranding=1&amp;rel=0&amp;fs=1&amp;playsinline=0&amp;autohide=2&amp;theme=dark&amp;color=red&amp;controls=1&amp;" class="__youtube_prefs__ no-lazyload" title="YouTube player" allow="autoplay; encrypted-media" allowfullscreen="" data-no-lazy="1" data-skipgform_ajax_framebjll=""></iframe></div></div></figure>
@@ -2997,6 +2999,7 @@ <h3 id="youtube-tutorials-that-cover-cdp-mode">🎞️ YouTube tutorials that co
29972999
<p>(<b><a href="https://www.youtube.com/watch?v=gEZhTfaIxHQ">Watch "Web-Scraping with GitHub Actions" on YouTube! ▶️</a></b>)</p>
29983000

29993001
<hr />
3002+
<p>ℹ️ Note the differences between <b>UC Mode</b> and <b>CDP Mode</b>:</p>
30003003
<p>👤 <b translate="no">UC Mode</b>'s stealth is based on a modified chromedriver (<code>uc_driver</code>) that avoids bot-detection by disconnecting and reconnecting WebDriver from the browser at strategic times. Due to advancements in anti-bot technology, more stealth was needed to bypass advanced bot-detection. (That's where <b translate="no">CDP Mode</b> comes in.)</p>
30013004
<p>🐙 <b translate="no">CDP Mode</b> includes multiple updates to the above, such as:</p>
30023005
<ul>
@@ -3008,13 +3011,10 @@ <h3 id="youtube-tutorials-that-cover-cdp-mode">🎞️ YouTube tutorials that co
30083011
<li>Can be used to make the Playwright library stealthy.</li>
30093012
</ul>
30103013
<hr />
3011-
<h3 id="cdp-mode-usage">🐙 <b translate="no">CDP Mode</b> Usage<a class="headerlink" href="#cdp-mode-usage" title="Permanent link">&para;</a></h3>
3014+
<h3 id="cdp-mode-usage-when-used-as-a-subset-of-uc-mode">🐙 <b translate="no">CDP Mode</b> Usage (when used as a subset of UC Mode):<a class="headerlink" href="#cdp-mode-usage-when-used-as-a-subset-of-uc-mode" title="Permanent link">&para;</a></h3>
30123015
<ul>
30133016
<li><strong><code>sb.activate_cdp_mode(url)</code></strong></li>
30143017
</ul>
3015-
<blockquote>
3016-
<p>(Call that from a <strong>UC Mode</strong> script)</p>
3017-
</blockquote>
30183018
<p>That disconnects WebDriver from Chrome (which prevents detection), and gives you access to <code>sb.cdp</code> methods (which don't trigger anti-bot checks).</p>
30193019
<blockquote>
30203020
<p>(<strong>New:</strong> Calling <strong><code>sb.open(url)</code></strong> from UC Mode also activates CDP Mode now.)</p>

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,11 +2791,11 @@
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><img src="https://seleniumbase.github.io/img/logo6.png" title="SeleniumBase" width="32" /> SeleniumBase</h1>
2794+
<h1>SeleniumBase</h1>
27952795

2796-
<h3 align="center" class="hero__title"><b>Automate, test, and scrape the web — on your own terms.<br /></b></h3>
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="400" /></a></p>
27972797

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>
2798+
<p align="center" class="hero__title"><b>All-in-one Browser Automation Framework:<br />Web Crawling / Testing / Scraping / Stealth</b></p>
27992799

28002800
<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>
28012801
<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>
@@ -2836,12 +2836,12 @@ <h3 align="center" class="hero__title"><b>Automate, test, and scrape the web —
28362836
<br />
28372837
</p>
28382838

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>
2839+
<p><a href="https://github.com/seleniumbase/SeleniumBase/"><b translate="no">SeleniumBase</b></a> is an all-in-one Python framework for making browser automation, scraping, and testing significantly easier. Stealth options (like <a translate="no" href="examples/cdp_mode/ReadMe/"><b translate="no">CDP Mode</b></a>) let you avoid bot-detection. Includes <a href="examples/cdp_mode/playwright/ReadMe/"><b><span translate="no">Stealthy Playwright Mode</span></b>.</p>
28402840

28412841
<hr />
28422842
<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>
28432843
<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>
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>
2844+
<p>ℹ️ Some <a href="help_docs/syntax_formats/">Syntax Formats</a> use <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>
28452845
<hr />
28462846
<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>
28472847

other/riding_browsers_4.jpg

516 KB
Loading

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

0 commit comments

Comments
 (0)