It didnt work please help me
Author: frkncnblt01Created Jul 9, 2024Updated Apr 20, 2026
from DrissionPage import ChromiumPage
p = ChromiumPage() p.get('https://nowsecure.nl/') i = p.get_frame('@src^https://challenges.cloudflare.com/cdn-cgi') if i: i('.cb-i').click()
it is worked perfectly before today. what is the problem anyone help me ?
Source: g1879/DrissionPage