You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>🐙 <btranslate="no">SeleniumBase</b><btranslate="no">CDP Mode</b> (Chrome Devtools Protocol Mode) is a special mode inside of <b><ahref="../../../help_docs/uc_mode/" translate="no"><spantranslate="no">SeleniumBase UC Mode</span></a></b> that lets bots appear human while controlling the browser with the <btranslate="no">CDP-Driver</b>. Although regular <btranslate="no">UC Mode</b> can't perform <spantranslate="no">WebDriver</span> actions while the <code>driver</code> is disconnected from the browser, the <btranslate="no">CDP-Driver</b> can.</p>
2954
+
<p>🐙 <btranslate="no">SeleniumBase</b><btranslate="no">CDP Mode</b> (<ahref="https://chromedevtools.github.io/devtools-protocol/" translate="no"><spantranslate="no">Chrome Devtools Protocol</span></a> Mode) is a special mode inside of <b><ahref="../../../help_docs/uc_mode/" translate="no"><spantranslate="no">SeleniumBase UC Mode</span></a></b> that lets bots appear human while controlling the browser with <btranslate="no">CDP</b> (via <ahref="https://github.com/mdmintz/MyCDP" translate="no"><spantranslate="no">MyCDP</span></a>). Although regular <btranslate="no">UC Mode</b> can't perform <spantranslate="no">WebDriver</span> actions while the <code>driver</code> is disconnected from the browser, <btranslate="no">CDP</b> can. <btranslate="no">CDP Mode</b> can also be used independently of WebDriver via <btranslate="no">Pure CDP Mode</b> (<code>sb_cdp</code>).</p>
Copy file name to clipboardExpand all lines: help_docs/mobile_testing/index.html
+7-14Lines changed: 7 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2833,10 +2833,9 @@ <h1>📱 Mobile Mode</h1>
2833
2833
<h2id="mobile-mode-mobile-testing"><ahref="https://github.com/seleniumbase/SeleniumBase/"><imgsrc="https://seleniumbase.github.io/img/logo6.png" title="SeleniumBase" width="32"></a> Mobile Mode / Mobile Testing<aclass="headerlink" href="#mobile-mode-mobile-testing" title="Permanent link">¶</a></h2>
2834
2834
<p>Use <code>--mobile</code> to run SeleniumBase tests using Chrome's mobile device emulator with default values for Device Metrics and User-Agent.</p>
<p><ahref="https://seleniumbase.github.io/cdn/gif/skype_mobile_test_2.gif"><imgsrc="https://seleniumbase.github.io/cdn/gif/skype_mobile_test_2.gif" title="SeleniumBase Mobile Testing"></a></p>
<spanclass="n">driver</span><spanclass="o">.</span><spanclass="n">assert_text</span><spanclass="p">(</span><spanclass="s2">"Skype for Mobile"</span><spanclass="p">,</span><spanclass="s2">"h2"</span><spanclass="p">)</span>
<spanclass="n">driver</span><spanclass="o">.</span><spanclass="n">assert_text</span><spanclass="p">(</span><spanclass="s2">"Roblox for Android"</span><spanclass="p">)</span>
2878
+
<spanclass="n">driver</span><spanclass="o">.</span><spanclass="n">highlight</span><spanclass="p">(</span><spanclass="s1">'span:contains("Roblox for Android")'</span><spanclass="p">,</span><spanclass="n">loops</span><spanclass="o">=</span><spanclass="mi">8</span><spanclass="p">)</span>
2879
+
<spanclass="n">driver</span><spanclass="o">.</span><spanclass="n">highlight</span><spanclass="p">(</span><spanclass="s1">'span:contains("Continue in App")'</span><spanclass="p">,</span><spanclass="n">loops</span><spanclass="o">=</span><spanclass="mi">8</span><spanclass="p">)</span>
Copy file name to clipboardExpand all lines: index.html
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2815,6 +2815,8 @@ <h1>SeleniumBase</h1>
2815
2815
<br/>
2816
2816
</p>
2817
2817
2818
+
<p>SeleniumBase is a high-end framework for web automation and testing. Built for handling tricky tasks, such as bypassing bot-detection and handling CAPTCHAs with <atranslate="no" href="examples/cdp_mode/ReadMe/">CDP Mode</a> and special methods. SeleniumBase can enhance productivity, automate tedious browser actions, and help scale businesses.</p>
2819
+
2818
2820
<hr/>
2819
2821
<p>📚 Learn from <ahref="https://github.com/seleniumbase/SeleniumBase/tree/master/examples"><strong>over 200 examples</strong> in the <strong>SeleniumBase/examples/</strong> folder</a>.</p>
2820
2822
<p>🐙 Stealth modes: <atranslate="no" href="help_docs/uc_mode/"><b>UC Mode</b></a> and <atranslate="no" href="examples/cdp_mode/ReadMe/"><b>CDP Mode</b></a> help you evade bot-detection.</p>
Copy file name to clipboardExpand all lines: integrations/azure/jenkins/ReadMe/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3623,7 +3623,7 @@
3623
3623
<h1>🤖 Jenkins on Azure</h1>
3624
3624
3625
3625
<h3id="building-a-browser-based-test-automation-server-with-jenkins-on-azure-by-using-seleniumbase">Building a browser-based test automation server with Jenkins on Azure by using SeleniumBase<aclass="headerlink" href="#building-a-browser-based-test-automation-server-with-jenkins-on-azure-by-using-seleniumbase" title="Permanent link">¶</a></h3>
3626
-
<p>(<strong>2022 NOTE:</strong> Steps from <ahref="https://www.bostoncodecamp.com/CC31/sessions/details/16741">this 2019 tutorial from Boston Code Camp</a> are now <strong>out-of-date</strong>. For installing Jenkins from the Azure Marketplace, you can try using <ahref="https://azuremarketplace.microsoft.com/en-us/marketplace/apps/bitnami.jenkins">Bitnami Jenkins</a>. <strong>Or</strong>, for the newer official Microsoft tutorial, see <ahref="https://docs.microsoft.com/en-us/azure/developer/jenkins/configure-on-linux-vm">Get Started: Install Jenkins on an Azure Linux VM</a>, and then continue with <ahref="#step4">Step 4</a> below to resume SeleniumBase setup after you've created your Jenkins instance.)</p>
3626
+
<p>(For the official Microsoft tutorial, see <ahref="https://docs.microsoft.com/en-us/azure/developer/jenkins/configure-on-linux-vm">Get Started: Install Jenkins on an Azure Linux VM</a>, and then continue with <ahref="#step4">Step 4</a> below to resume SeleniumBase setup after you've created your Jenkins instance.)</p>
3627
3627
<hr/>
3628
3628
<h3id="step-0-fork-the-seleniumbase-repo-on-github-to-get-started-quickly">Step 0. Fork the <ahref="https://github.com/seleniumbase/SeleniumBase">SeleniumBase</a> repo on GitHub to get started quickly.<aclass="headerlink" href="#step-0-fork-the-seleniumbase-repo-on-github-to-get-started-quickly" title="Permanent link">¶</a></h3>
0 commit comments