SeleniumBase icon indicating copy to clipboard operation
SeleniumBase copied to clipboard

Python APIs for web automation, testing, and bypassing bot-detection.

Results 63 SeleniumBase issues
Sort by recently updated
recently updated
newest added

"ChatGPT in GitHub Actions + Playwright vs SeleniumBase" is now on YouTube: https://www.youtube.com/watch?v=4pLmqXAk6Rg

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode

"Unlimited Free Web-Scraping with GitHub Actions" is now on YouTube: https://www.youtube.com/watch?v=gEZhTfaIxHQ

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode

Related to #3167 and #3402. This will have the same effect as: ```python from seleniumbase import SB, BaseCase sb: BaseCase with SB(...) as sb: ... ``` without having to explicitly...

Using: ```python from seleniumbase import SB with SB(uc=True, incognito=True, locale_code="en_us") as sb: # Set timezone and geolocation sb.activate_cdp_mode("https://www.example.com", tzone="America/New_York", geoloc=(40.7128, -74.0060)) # Now test JavaScript date formatting date_str = sb.execute_script("return...

## Chrome 142 removed the `--load-extension` option AND the workaround Specifically, Chrome-branded Chromium removed the `--load-extension` option in Chrome 142 and the workaround, which was `--disable-features=DisableLoadExtensionCommandLineSwitch`. (This doesn't affect Chrome-for-Testing,...

Fun

## The SeleniumBase Discord server has reached 1000+ members! **https://discord.gg/EdhQTn3EyE** **https://discord.gg/EdhQTn3EyE**

News / Announcements

"Using Comet Browser for stealthy automation and CAPTCHA-bypass" is now on YouTube. (Includes an example of bypassing **hCaptcha**!) https://www.youtube.com/watch?v=MJ-0rE6RmVc

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode

"**ARM64 Linux Browser Automation with CAPTCHA-bypass**" is now on YouTube. https://www.youtube.com/watch?v=bPQ3GZz1AtM We'll be running browser automation from ARM64 Linux GitHub Actions servers while bypassing CAPTCHAs in order to get data...

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode

## GitHub Actions examples of scraping data from Copilot and Walmart Copilot and Walmart are two sites that use anti-bot services (Cloudflare and PerimeterX). The following GitHub Actions examples show...

Tutorials & Learning
UC Mode / CDP Mode

"High-speed CAPTCHA-bypass with Python" is now on YouTube: https://www.youtube.com/watch?v=aF3ee0uTBm4

News / Announcements
Tutorials & Learning
UC Mode / CDP Mode