Michael Mintz

Results 131 comments of Michael Mintz
trafficstars

The slides are now available here: https://seleniumbase.io/other/fundamentals.html#/

Here's a blog post about the trip: https://seleniumbase.com/seleniumbase-at-seleniumconf-2023/

I added the recording to my personal YouTube channel in order to increase subscribers: (Watch the tutorial on YouTube)

@idan1109 Show me the code you used. And the output of `pip list`. `selenium` is part of `seleniumbase` dependencies, so if you installed it correctly, it would automatically update the...

@yczheng0 Thanks for catching that and providing details to reproduce the issue! It was a regression in version `4.20.8`. Upgrade to `4.20.9` - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.20.9 for the fixed version!

Hi @yczheng0, Assuming everything is installed correctly and you have UC Mode activated, it shouldn't be forcing you to click the checkbox at all. There are bonus methods that you...

@yczheng0 Which example are you running? [SeleniumBase/examples/verify_undetected.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/verify_undetected.py) is working for me.

@yczheng0 > I ran [SeleniumBase/examples/raw_uc_mode.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/raw_uc_mode.py), which resulted in infinite loop. That shouldn't happen if you just run `python raw_uc_mode.py`. >[SeleniumBase/examples/verify_undetected.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/verify_undetected.py) is working without clicking. Great!

@diptilenka Show me the code you used. It sounds like you modified the script from [examples/verify_undetected.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/verify_undetected.py) with a different URL, but you never modified the assertion statement to look for...

@diptilenka That's a form turnstile. (I can see the password field above it.) Those work differently from turnstiles that aren't meant to be clicked at all if the system thinks...