SeleniumBase
SeleniumBase copied to clipboard
Python APIs for web automation, testing, and bypassing bot-detection.
"ChatGPT in GitHub Actions + Playwright vs SeleniumBase" is now on YouTube: https://www.youtube.com/watch?v=4pLmqXAk6Rg
"Unlimited Free Web-Scraping with GitHub Actions" is now on YouTube: https://www.youtube.com/watch?v=gEZhTfaIxHQ
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,...
## The SeleniumBase Discord server has reached 1000+ members! **https://discord.gg/EdhQTn3EyE** **https://discord.gg/EdhQTn3EyE**
"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
"**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...
## 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...
"High-speed CAPTCHA-bypass with Python" is now on YouTube: https://www.youtube.com/watch?v=aF3ee0uTBm4