SeleniumBase icon indicating copy to clipboard operation
SeleniumBase copied to clipboard

Update examples to use the newer CF Turnstile selector

Open mdmintz opened this issue 1 year ago • 0 comments

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 is not surprising, considering that they are watching me: https://www.youtube.com/watch?v=2pTpBtaE7SQ&t=1907s

Cloudflare found me

People should be aware that websites can change, which causes CSS Selectors to change too.

Thankfully, no SeleniumBase changes were needed this time, unlike last time: https://github.com/seleniumbase/SeleniumBase/issues/2626

In case there's any confusion, this is all you need to do:

Replace All

...and that should solve the issue!

mdmintz avatar May 10 '24 16:05 mdmintz