SeleniumBase
SeleniumBase copied to clipboard
Update examples to use the newer CF Turnstile selector
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
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:
...and that should solve the issue!