SeleniumBase icon indicating copy to clipboard operation
SeleniumBase copied to clipboard

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

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

## Documenting example tests runnable with `pytest` from the `examples/` folder ``` cd examples/ pytest --co -q *.py translations/*.py chart_maker/*.py presenter/*.py boilerplates/*.py boilerplates/samples/*.py visual_testing/*.py tour_examples/*.py unit_tests/*.py master_qa/*.py dialog_boxes/*.py migration/protractor/*.py migration/raw_selenium/*.py...

documentation
tests

I am using `Driver` class from seleniumbase on Raspberry pi OS Bookworm 64bit with X11 backend and I am having problems with Chromium acceleration. How can I add the "--disable-gpu"...

As you said in this page https://seleniumbase.io/help_docs/uc_mode/#here-are-the-driver-specific-methods-added-by-seleniumbase-for-uc-mode-uc-uctrue ** > As an ethical hacker / cybersecurity researcher who builds bots that bypass CAPTCHAs for sport, the CAPTCHA service that I personally...

Hi @mdmintz, I am creating a product using Seleniumbase library to record and playback my browser actions. The only problem I am facing is that after I run the command...

## Update examples to use the newer CF Turnstile selector The Cloudflare Turnstile checkbox selector changed from `span.mark` to just `span`. I've already updated the tests for it: https://github.com/seleniumbase/SeleniumBase/commit/e693775f56d0ad2904112577217d934437715125 This...

documentation
tests
Fun

## Maintainer away for 3 days. Hold your questions until May 20. I'm going to be away at a Star Trek convention. (Yes, it'll be as nerdy as it sounds.)...

maintainer away / on vacation

I'm using Driver class to auomate login process on a website and even I'm using the **uc mode**, it does not seem to work properly. I've also tried with other...

Use this: (Don't use `uc_click()` if it takes you to a screen with a pop-up alert.) ```python from seleniumbase import SB with SB(uc=True, incognito=True) as sb: url = 'https://tixcraft.com/ticket/ticket/24_lss/16628/1/11' sb.driver.uc_open_with_reconnect(url,...

question
UC Mode

This appears after resolving a few urls from the same domain (about 5 calls before the pop up show up), each call is followed by the following instructions to reset...

I love seleniumbase and since I discovered it, as far as selenium goes, I haven't used anything else since, but I have recently discovered [nodriver](https://github.com/ultrafunkamsterdam/nodriver) and I am amazed at...