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
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@
53
53
<br />
54
54
</p>
55
55
56
+
<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="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md">CDP Mode</a> and special methods. SeleniumBase can enhance productivity, automate tedious browser actions, and help scale businesses.</p>
57
+
56
58
--------
57
59
58
60
📚 Learn from [**over 200 examples** in the **SeleniumBase/examples/** folder](https://github.com/seleniumbase/SeleniumBase/tree/master/examples).
@@ -325,7 +327,6 @@ pip install seleniumbase
325
327
326
328
* (Add ``--upgrade`` OR ``-U`` to upgrade SeleniumBase.)
327
329
* (Add ``--force-reinstall`` to upgrade indirect packages.)
328
-
* (Use ``pip3`` if multiple versions of Python are present.)
329
330
330
331
🔵 **How to install ``seleniumbase`` from a GitHub clone:**
331
332
@@ -399,10 +400,10 @@ pip install -e .
399
400
<summary> ▶️ Here's sample output from a chromedriver download. (<b>click to expand</b>)</summary>
400
401
401
402
```zsh
402
-
*** chromedriver to download = 131.0.6778.108 (Latest Stable)
403
+
*** chromedriver to download = 141.0.7390.78 (Latest Stable)
🐙 <btranslate="no">SeleniumBase</b> <btranslate="no">CDP Mode</b> (Chrome Devtools Protocol Mode) is a special mode inside of <b><ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"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.
5
+
🐙 <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="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"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>).
[<imgsrc="https://seleniumbase.github.io/cdn/gif/skype_mobile_test_2.gif"title="SeleniumBase Mobile Testing">](https://seleniumbase.github.io/cdn/gif/skype_mobile_test_2.gif)
16
-
17
15
To configure Device Metrics, use:
18
16
19
17
```zsh
@@ -68,17 +66,11 @@ from seleniumbase import Driver
Copy file name to clipboardExpand all lines: integrations/azure/jenkins/ReadMe.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### Building a browser-based test automation server with Jenkins on Azure by using SeleniumBase
2
2
3
-
(**2022 NOTE:** Steps from [this 2019 tutorial from Boston Code Camp](https://www.bostoncodecamp.com/CC31/sessions/details/16741) are now **out-of-date**. For installing Jenkins from the Azure Marketplace, you can try using [Bitnami Jenkins](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/bitnami.jenkins). **Or**, for the newer official Microsoft tutorial, see [Get Started: Install Jenkins on an Azure Linux VM](https://docs.microsoft.com/en-us/azure/developer/jenkins/configure-on-linux-vm), and then continue with [Step 4](#step4) below to resume SeleniumBase setup after you've created your Jenkins instance.)
3
+
(For the official Microsoft tutorial, see [Get Started: Install Jenkins on an Azure Linux VM](https://docs.microsoft.com/en-us/azure/developer/jenkins/configure-on-linux-vm), and then continue with [Step 4](#step4) below to resume SeleniumBase setup after you've created your Jenkins instance.)
0 commit comments