Skip to content

[NODRIVER] Extract attributes. #2165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Snegovik777 opened this issue Mar 24, 2025 · 3 comments
Open

[NODRIVER] Extract attributes. #2165

Snegovik777 opened this issue Mar 24, 2025 · 3 comments

Comments

@Snegovik777
Copy link

Hi guys. I'm trying using NODRIVER to extract attributes from tags and text. But there's an error.

Error data extract: 'coroutine' object has no attribute 'attributes'
Error data extract: 'coroutine' object has no attribute 'attributes'
Error data extract: 'coroutine' object has no attribute 'attributes'
Error data extract: 'coroutine' object has no attribute 'attributes'
Error data extract: 'coroutine' object has no attribute 'attributes'

The documentation mentions Element.attributes. but...
maybe I need to rewrite the code differently?!!
I'd be grateful for any hint!!!

    products = await page.query_selector_all('.lu-grid__item')
    product_list = []
    for product in products[:5]:
        try:
            title_element = product.query_selector('a .lu-product-card-name')
            attributes = title_element.attributes
            title = attributes.get('title')
            print(title)
            price_element = product.query_selector('.product-card-main-content .price-and-buttons .main-price')
            price = price_element.text
            print(price)
            url_element = product.query_selector('a')
            attributes = url_element.attributes
            url = attributes.get('href')
            print(url)
            product_list.append({
                "title": title,
                "price": price,
                "url": url
            })
        except Exception as e:
            print(f"Error data extract: {e}")
@ultrafunkamsterdam
Copy link
Owner

I think you made a mistake somwhere. you could try .attrs
however .attributes should also work:

In [1]: from nodriver import *

In [2]: browser = await start()

In [3]: tab = await browser.get('https://dash.cloudflare.com')

In [4]: await (await tab.find('Accept all')).click()

In [5]: elems=await tab.select_all('*')

In [6]: len(elems)
Out[6]: 384

In [7]: for e in elems:
   ...:     print(e.attributes)
   ...:
['class', '', 'js-focus-visible-polyfill-available', '', 'lang', 'en-US']
[]
['async', '', 'src', 'https://assets.adobedtm.com/f597f8065f97/fa05fa784ee2/launch-9b52828fbb9f.min.js']
['async', '', 'src', 'https://www.googletagmanager.com/gtm.js?id=GTM-NDGPDFZ']
['async', '']
[]
['defer', '', 'referrerpolicy', 'origin', 'src', '/cdn-cgi/zaraz/s.js?z=JTdCJTIyZXhlY3V0ZWQlMjIlM0ElNUIlNUQlMkMlMjJ0JTIyJTNBJTIyQ2xvdWRmbGFyZSUyMERhc2hib2FyZCUyMCU3QyUyME1hbmFnZSUyMFl
vdXIlMjBBY2NvdW50JTIyJTJDJTIyeCUyMiUzQTAuMTMxMTU0Nzk3NDkxNDk4NCUyQyUyMnclMjIlM0EyNTYwJTJDJTIyaCUyMiUzQTE0NDAlMkMlMjJqJTIyJTNBMTI3NyUyQyUyMmUlMjIlM0ExMjQ5JTJDJTIybCUyMiUzQSUyMmh0dHBzJTNBJTJGJTJGZGFzaC5jbG91ZGZsYXJlLmNvbSUyRiUyMiUyQyUyMnIlMjIlM0ElMjIlMjIlMkMlMjJrJTIyJTNBMjQlMkMlMjJuJTIyJTNBJTIyVVRGLTglMjIlMkMlMjJvJTIyJTNBLTYwJTJDJTIycSUyMiUzQSU1QiU1RCU3RA==']       
['src', '/static/vendor/onetrust/oneTrust_production/scripttemplates/otSDKStub.js', 'type', 'text/javascript', 'charset', 'UTF-8', 'data-domain-script', 'bbd9e347-d67f-48f1-bdc2-682831c03425', 'nonce', '']
['charset', 'utf-8']
['http-equiv', 'X-UA-Compatible', 'content', 'IE=edge']
['name', 'viewport', 'content', 'width=device-width,initial-scale=1']
['name', 'referrer', 'content', 'origin']
['name', 'application-name', 'content', 'Cloudflare']
['name', 'msapplication-TileColor', 'content', '#FFFFFF']
['name', 'msapplication-TileImage', 'content', '/mstile-144x144.png']
['name', 'msapplication-square70x70logo', 'content', '/mstile-70x70.png']
['name', 'msapplication-square150x150logo', 'content', '/mstile-150x150.png']
['name', 'msapplication-wide310x150logo', 'content', '/mstile-310x150.png']
['name', 'msapplication-square310x310logo', 'content', '/mstile-310x310.png']
[]
['name', 'description', 'content', 'Log in to the Cloudflare dashboard. Make your websites, apps, and networks fast and secure. Build modern apps on our developer platform.']
['rel', 'icon', 'type', 'image/x-icon', 'href', '/favicon.ico']
['rel', 'apple-touch-icon-precomposed', 'sizes', '57x57', 'href', '/apple-touch-icon-57x57.png']
['rel', 'apple-touch-icon-precomposed', 'sizes', '114x114', 'href', '/apple-touch-icon-114x114.png']
['rel', 'apple-touch-icon-precomposed', 'sizes', '72x72', 'href', '/apple-touch-icon-72x72.png']
['rel', 'apple-touch-icon-precomposed', 'sizes', '144x144', 'href', '/apple-touch-icon-144x144.png']
['rel', 'apple-touch-icon-precomposed', 'sizes', '60x60', 'href', '/apple-touch-icon-60x60.png']
['rel', 'apple-touch-icon-precomposed', 'sizes', '120x120', 'href', '/apple-touch-icon-120x120.png']
['rel', 'apple-touch-icon-precomposed', 'sizes', '76x76', 'href', '/apple-touch-icon-76x76.png']
['rel', 'apple-touch-icon-precomposed', 'sizes', '152x152', 'href', '/apple-touch-icon-152x152.png']
['rel', 'icon', 'type', 'image/png', 'href', '/favicon-196x196.png', 'sizes', '196x196']
['rel', 'icon', 'type', 'image/png', 'href', '/favicon-96x96.png', 'sizes', '96x96']
['rel', 'icon', 'type', 'image/png', 'href', '/favicon-32x32.png', 'sizes', '32x32']
['rel', 'icon', 'type', 'image/png', 'href', '/favicon-16x16.png', 'sizes', '16x16']
['rel', 'icon', 'type', 'image/png', 'href', '/favicon-128.png', 'sizes', '128x128']
['defer', 'defer', 'id', 'remoteEntry', 'src', '/static/javascripts/remoteEntry.js', 'nonce', '']
['defer', 'defer', 'id', 'dashv-js', 'src', '/app.1b8e74715b56d3b74813.js', 'nonce', '']
['defer', 'defer', 'id', 'fragments', 'src', '/fragments.1b8e74715b56d3b74813.js', 'nonce', '']
['data-cfasync', 'false', 'nonce', '']
[]
['src', '/static/vendor/onetrust/oneTrust_production/scripttemplates/202411.1.0/otBannerSdk.js', 'nonce', '', 'async', '', 'type', 'text/javascript']
[]
[]
['type', 'text/css']
['id', 'cfBaseStyles']
['id', 'onetrust-style']
[]
[]
[]
[]
[]
[]
['type', 'text/css']
['data-fela-type', 'RULE', 'type', 'text/css']
['data-fela-type', 'RULE', 'type', 'text/css', 'media', '(min-width: 218px)']
['data-fela-type', 'RULE', 'type', 'text/css', 'media', '(min-width: 755px)']
['data-fela-type', 'RULE', 'type', 'text/css', 'media', '(min-width: 880px)']
['data-fela-type', 'RULE', 'type', 'text/css', 'media', '(min-width: 1024px)']
['data-fela-type', 'RULE', 'type', 'text/css', 'media', 'screen and (min-width: 755px)']
['data-fela-type', 'RULE', 'type', 'text/css', 'media', 'screen and (min-width: 1024px)']
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
['id', 'react-app']
['data-testid', 'header', 'class', 'c_a c_b c_c c_d c_e c_f c_g c_h c_i c_j c_k']
['class', 'c_l c_b']
['href', '#skipTarget', 'class', 'c_m c_n c_o c_p c_q c_r c_s c_t c_u c_a c_b c_v c_w', 'id', 'skipToContent']
['data-testid', 'link-homepage', 'class', 'c_x c_y c_z c_ab c_ac c_ae c_af c_ag c_ah c_ai c_aj c_ak c_al c_am c_an c_ao c_ap c_aq c_ar c_as', 'href', '/']
['class', 'c_at c_au c_av c_aw']
['class', 'c_ax c_ay c_az c_ba']
[]
['viewBox', '0 0 105 36', 'role', 'img', 'width', '105px', 'height', '41px', 'aria-hidden', 'true']
['fill', '#000', 'd', 'M11.679 26.754h2.353v6.423h4.111v2.06H11.68v-8.483zM20.58 31.02v-.024c0-2.436 1.965-4.412 4.584-4.412 2.62 0 4.56 1.951 4.56 4.387v.025c0 2.436-1.965 4.41-4.584
 4.41-2.618 0-4.56-1.95-4.56-4.386zm6.743 0v-.024c0-1.223-.885-2.291-2.183-2.291-1.285 0-2.147 1.042-2.147 2.266v.025c0 1.222.886 2.29 2.171 2.29 1.298 0 2.159-1.042 2.159-2.266zM32.6
04 31.517v-4.763h2.389v4.714c0 1.223.618 1.806 1.564 1.806.946 0 1.564-.557 1.564-1.745v-4.775h2.39v4.7c0 2.74-1.564 3.939-3.978 3.939s-3.93-1.223-3.93-3.878M44.112 26.755h3.274c3.032
 0 4.79 1.744 4.79 4.192v.025c0 2.447-1.782 4.265-4.838 4.265h-3.226v-8.483zm3.31 6.397c1.408 0 2.34-.775 2.34-2.146v-.024c0-1.357-.932-2.145-2.34-2.145h-.958v4.316l.959-.001zM55.596 
26.754h6.791v2.06h-4.438v1.442h4.014v1.951h-4.014v3.03h-2.353v-8.483zM65.661 26.754h2.353v6.423h4.111v2.06h-6.464v-8.483zM78.273 26.693h2.268l3.614 8.544h-2.522l-.62-1.515H77.74l-.606
 1.515h-2.474l3.614-8.544zm2.062 5.2l-.946-2.413-.959 2.412h1.905zM87.186 26.754H91.2c1.298 0 2.195.34 2.765.921.498.485.752 1.14.752 1.976v.024c0 1.296-.693 2.156-1.746 2.605l2.025 2
.957H92.28l-1.71-2.57h-1.03v2.57h-2.353v-8.483zm3.905 4.072c.8 0 1.262-.388 1.262-1.006v-.024c0-.667-.486-1.006-1.275-1.006h-1.54v2.038l1.553-.002zM98.112 26.754h6.827v2h-4.498v1.284h
4.075v1.854h-4.075v1.346H105v1.999h-6.888v-8.483zM6.528 32.014c-.33.744-1.023 1.272-1.944 1.272-1.286 0-2.171-1.067-2.171-2.29v-.025c0-1.223.86-2.266 2.146-2.266.97 0 1.708.595 2.02 1.406h2.48c-.398-2.02-2.173-3.526-4.475-3.526-2.62 0-4.584 1.977-4.584 4.41v.024c0 2.436 1.94 4.388 4.56 4.388 2.24 0 3.991-1.45 4.453-3.393H6.528z']
['d', 'M89.012 22.355l.257-.887c.306-1.056.192-2.031-.321-2.748-.472-.66-1.259-1.049-2.214-1.094l-18.096-.229a.358.358 0 01-.285-.151.367.367 0 01-.04-.326.481.481 0 01.42-.321l18.263
-.232c2.166-.099 4.512-1.856 5.333-3.998L93.37 9.65a.659.659 0 00.028-.36C92.216 3.975 87.468 0 81.792 0c-5.23 0-9.67 3.373-11.263 8.061a5.34 5.34 0 00-3.756-1.039 5.356 5.356 0 00-4.637 6.644c-4.099.12-7.386 3.475-7.386 7.6 0 .368.028.735.082 1.1a.354.354 0 00.348.305l33.408.004h.009a.44.44 0 00.415-.32z', 'fill', '#F6821F']
['d', 'M95.04 9.847c-.167 0-.334.004-.5.013a.28.28 0 00-.079.017.285.285 0 00-.182.192l-.712 2.456c-.305 1.055-.192 2.03.322 2.746.471.661 1.258 1.05 2.213 1.094l3.858.232a.351.351 0 
01.275.149.365.365 0 01.041.328.484.484 0 01-.42.32l-4.008.232c-2.176.1-4.521 1.856-5.342 3.998l-.29.756a.212.212 0 00.095.262c.03.017.062.027.096.028h13.802a.366.366 0 00.356-.265 9.846 9.846 0 00.367-2.677c-.001-5.457-4.429-9.88-9.891-9.88z', 'fill', '#FBAD41']
['class', 'c_bb c_bc c_bd c_be']
[]
['role', 'img', 'viewBox', '0 0 460 271.2', 'width', '70px', 'height', '41px', 'aria-hidden', 'true']
['fill', '#FBAD41', 'd', 'M328.6,125.6c-0.8,0-1.5,0.6-1.8,1.4l-4.8,16.7c-2.1,7.2-1.3,13.8,2.2,18.7    c3.2,4.5,8.6,7.1,15.1,7.4l26.2,1.6c0.8,0,1.5,0.4,1.9,1c0.4,0.6,0.5,1.5,0.3,2.2c-0
.4,1.2-1.6,2.1-2.9,2.2l-27.3,1.6    c-14.8,0.7-30.7,12.6-36.3,27.2l-2,5.1c-0.4,1,0.3,2,1.4,2h93.8c1.1,0,2.1-0.7,2.4-1.8c1.6-5.8,2.5-11.9,2.5-18.2    c0-37-30.2-67.2-67.3-67.2C330.9,125.5,329.7,125.5,328.6,125.6z']
['fill', '#F6821F', 'd', 'M292.8,204.4c2.1-7.2,1.3-13.8-2.2-18.7c-3.2-4.5-8.6-7.1-15.1-7.4l-123.1-1.6    c-0.8,0-1.5-0.4-1.9-1s-0.5-1.4-0.3-2.2c0.4-1.2,1.6-2.1,2.9-2.2l124.2-1.6c14.7-
0.7,30.7-12.6,36.3-27.2l7.1-18.5    c0.3-0.8,0.4-1.6,0.2-2.4c-8-36.2-40.3-63.2-78.9-63.2c-35.6,0-65.8,23-76.6,54.9c-7-5.2-15.9-8-25.5-7.1    c-17.1,1.7-30.8,15.4-32.5,32.5c-0.4,4.4-0.1,8.7,0.9,12.7c-27.9,0.8-50.2,23.6-50.2,51.7c0,2.5,0.2,5,0.5,7.5    c0.2,1.2,1.2,2.1,2.4,2.1h227.2c1.3,0,2.5-0.9,2.9-2.2L292.8,204.4z']
['lang', 'en', 'class', 'c_bf c_bg c_m c_bh c_bi']
['class', 'c_bj c_bk c_b']
['class', 'c_b c_i c_q']
['class', 'c_bl c_l c_q c_b']
['class', 'c_bl c_as c_l c_bm']
['data-testid', 'dropdown-support-selector', 'type', 'button', 'aria-controls', 'dropdown-menu-support-selector', 'class', 'c_b c_d c_bn c_bo c_bk c_bl c_q c_at c_bp c_bq c_br c_bs c_y c_bt c_bu c_bv c_bw c_bx c_by c_bz']
['class', 'c_as c_ca c_bh c_cb c_bi c_cc c_cd c_ce']
[]
['class', 'c_cf c_b c_cg']
['class', 'c_ch c_ci c_cj c_ck', 'role', 'presentation', 'xmlns', 'http://www.w3.org/2000/svg', 'viewBox', '0 0 16 16', 'aria-hidden', 'true', 'focusable', 'false']
['d', 'M14.15 4.492H1.85l-.354.854 6.15 6.15h.707l6.15-6.15-.353-.854z']
['class', 'c_bl c_as c_l c_bm']
['data-testid', 'dropdown-language-selector', 'type', 'button', 'aria-expanded', 'false', 'aria-label', 'Selected language: English', 'aria-controls', 'dropdown-menu-language-selector', 'class', 'c_b c_d c_bn c_bo c_bk c_bl c_q c_at c_bp c_bq c_br c_bs c_y c_bt c_bu c_bv c_bw c_bx c_by c_bz']
['class', 'c_as c_ca c_bh c_cb c_bi c_cc c_cd c_ce']
[]
['class', 'c_cf c_b c_cg']
['class', 'c_ch c_ci c_cj c_ck', 'role', 'presentation', 'xmlns', 'http://www.w3.org/2000/svg', 'viewBox', '0 0 16 16', 'aria-hidden', 'true', 'focusable', 'false']
['d', 'M14.15 4.492H1.85l-.354.854 6.15 6.15h.707l6.15-6.15-.353-.854z']
['class', 'c_bt c_cl c_b c_cm c_cn']
['class', 'c_co c_cp c_co c_cp c_cq c_b']
['class', 'c_cr c_cs c_ct c_cu']
['class', 'c_cv']
['id', 'skipTarget', 'tabindex', '-1']
['class', 'c_cw c_bd c_c']
['class', '']
['class', 'c_bt c_cx c_i']
['data-test-dummy', 'login', 'data-testid', 'login', 'class', 'c_az']
['class', 'c_cr c_cs c_cy c_b c_cz c_cn c_da c_q c_r']
['class', '']
['class', 'c_cq']
['class', 'c_db c_dc c_s']
[]
['class', 'c_dd c_de']
['novalidate', '', 'action', '/login', 'method', 'post', 'data-testid', 'login-form', 'name', 'login-form']
['type', 'button', 'class', 'c_df c_b c_l c_r c_q c_a c_dg c_dh c_di c_al c_dj c_dk c_dl c_bx c_dm c_dn c_dd c_do c_dp c_dq']
['class', 'c_b c_r c_q']
['version', '1.1', 'xmlns', 'http://www.w3.org/2000/svg', 'width', '15', 'height', '18', 'viewBox', '0 0 48 48', 'aria-hidden', 'true', 'focusable', 'false', 'style', 'display: block;']
['fill', '#EA4335', 'd', 'M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z']
['fill', '#4285F4', 'd', 'M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z']
['fill', '#FBBC05', 'd', 'M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z']
['fill', '#34A853', 'd', 'M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z']
['fill', 'none', 'd', 'M0 0h48v48H0z']
[]
['type', 'button', 'class', 'c_df c_b c_l c_r c_q c_dr c_di c_dh c_al c_ds c_dj c_dk c_dl c_dn c_bx c_dd c_do c_dp c_dq']
['class', 'c_dt c_b c_r c_q']
['width', '15', 'height', '18', 'viewBox', '0 0 15 18', 'fill', 'none', 'xmlns', 'http://www.w3.org/2000/svg', 'aria-hidden', 'true', 'focusable', 'false']
['d', 'M7.31054 4.48641C8.0927 4.48641 9.07315 3.95762 9.65701 3.25258C10.1858 2.61363 10.5714 1.72131 10.5714 0.82899C10.5714 0.707811 10.5604 0.586631 10.5383 0.487484C9.66803 0.520
533 8.62148 1.07135 7.99355 1.80944C7.49781 2.37128 7.04614 3.25258 7.04614 4.15592C7.04614 4.28811 7.06818 4.42031 7.07919 4.46438C7.13427 4.47539 7.22241 4.48641 7.31054 4.48641ZM4.
55646 17.8162C5.62504 17.8162 6.09874 17.1001 7.43172 17.1001C8.78672 17.1001 9.08416 17.7941 10.2739 17.7941C11.4417 17.7941 12.2238 16.7145 12.9619 15.657C13.7881 14.4452 14.1296 13
.2554 14.1517 13.2003C14.0746 13.1783 11.8382 12.2639 11.8382 9.69713C11.8382 7.47183 13.6009 6.46935 13.7 6.39223C12.5323 4.71775 10.7586 4.67369 10.2739 4.67369C8.96298 4.67369 7.89
44 5.46686 7.22241 5.46686C6.49533 5.46686 5.53691 4.71775 4.40223 4.71775C2.24303 4.71775 0.0507812 6.5024 0.0507812 9.87339C0.0507812 11.9665 0.865989 14.1808 1.86847 15.6129C2.72775 16.8247 3.47686 17.8162 4.55646 17.8162Z', 'fill', '#000000']
[]
['class', 'c_du c_dv c_b c_i c_q c_c c_dw c_dx']
['class', 'c_dy c_dz c_ea c_eb c_ec']
[]
['class', 'c_dy c_dz c_ea c_eb c_ec']
['class', 'c_dd c_b c_en']
['class', 'c_eo c_ep c_bt', 'id', 'err-email']
['class', 'c_a c_ed c_al c_ee c_ef c_eg c_dg c_i c_eh c_ei c_ej c_av c_ek c_el c_em', 'id', 'email', 'data-testid', 'login-input-email', 'type', 'email', 'spellcheck', 'false', 'autocomplete', 'off', 'autocorrect', 'off', 'autocapitalize', 'off', 'name', 'email', 'value', '']
['class', 'c_b c_q']
['for', 'email', 'class', 'c_cs c_cw c_eg c_eq']
[]
['class', 'c_dd c_b c_en']
['class', 'c_eo c_ep c_bt', 'id', 'err-password']
['class', 'c_a c_ed c_al c_ee c_ef c_eg c_dg c_i c_eh c_ei c_ej c_av c_ek c_el c_em', 'id', 'password', 'data-testid', 'login-input-password', 'type', 'password', 'spellcheck', 'false', 'autocomplete', 'off', 'autocorrect', 'off', 'autocapitalize', 'off', 'name', 'password', 'height', '43px', 'value', '']
['class', 'c_b c_q']
['for', 'password', 'class', 'c_cs c_cw c_eg c_eq']
[]
['type', 'button', 'class', 'c_er c_es c_et c_bt c_eu c_ev c_ew c_ex c_ey c_ez c_fa']
['class', 'c_eo c_ar c_y']
['class', 'c_fb c_fc c_ci c_fd', 'viewBox', '0 0 512 512']
[]
[]
['d', 'm499.4,250.8c-51-86.3-143.6-140.4-243.4-140.4s-192.5,54.1-243.4,140.4c-2.1,3.1-2.1,7.3 5.32907e-15,10.4 51,86.3 143.6,140.4 243.4,140.4s192.5-54.1 243.4-140.4c2.1-3.1 2.1-7.3 0-10.4zm-243.4,130c-90.5,0-174.8-47.8-221.6-124.8 46.8-77 131.1-124.8 221.6-124.8s174.8,47.8 221.6,124.8c-46.8,77-131.1,124.8-221.6,124.8z']
['d', 'm256,162.4c-52,0-93.6,41.6-93.6,93.6 0,52 41.6,93.6 93.6,93.6s93.6-41.6 93.6-93.6c0-52-41.6-93.6-93.6-93.6zm0,166.4c-40.6,0-72.8-32.3-72.8-72.8s32.3-72.8 72.8-72.8 72.8,32.3 72.8,72.8-32.2,72.8-72.8,72.8z']
['d', 'm256,214.4v20.8c11.4,0 20.8,9.4 20.8,20.8s-9.4,20.8-20.8,20.8-20.8-9.4-20.8-20.8h-20.8c0,22.9 18.7,41.6 41.6,41.6 22.9,0 41.6-18.7 41.6-41.6s-18.7-41.6-41.6-41.6z']
['class', 'c_fe c_as']
[]
['type', 'hidden', 'name', 'security_token', 'value', 'MTc0MzAwMzk1MWR5dzJtM3gxSGpnejZ4cm1XSlh3RjlmYU9MOXpCOWVj']
['type', 'hidden', 'name', 'redirect_uri', 'value', '']
['type', 'hidden', 'name', 'sso', 'value', '']
['type', 'hidden', 'name', 'sig', 'value', '']
['class', 'c_cy']
['data-testid', 'challenge-widget-container', 'class', 'c_he']
['class', 'c_eq c_cs c_aw']
[]
[]
[]
['type', 'hidden', 'name', 'cf_challenge_response', 'id', 'cf-chl-widget-cdkhx_response']
['class', 'c_b c_cn']
['name', 'login-submit-button', 'type', 'submit', 'data-testid', 'login-submit-button', 'class', 'c_fn c_fo c_fp c_fq c_hv c_hw c_q c_r c_fs c_dc c_ft c_fu c_fv c_fw c_fx c_fy c_fz c_hx c_hy c_l c_s c_gc c_gd c_ge c_at c_gf c_gg c_aj c_gh c_gi c_cv c_gj c_cw c_cf c_gk c_gl c_gm c_gn c_go c_gp c_dl c_gq c_i', 'disabled', '']
[]
['class', '']
['class', 'c_gr']
['class', 'c_x c_y c_z c_ab c_ac c_ae c_af c_ag c_ah c_ai c_ak c_ar c_as', 'tabindex', '0', 'role', 'button']
[]
['class', 'c_gr']
['class', 'c_x c_y c_z c_ab c_ac c_ae c_af c_ag c_ah c_ai c_aj c_ak c_al c_am c_an c_ao c_ar c_as', 'href', '/forgot-password']
[]
['class', 'c_x c_y c_z c_ab c_ac c_ae c_af c_ag c_ah c_ai c_aj c_ak c_al c_am c_an c_ao c_ar c_as', 'href', '/forgot-email']
[]
['class', 'c_a c_gs c_gt c_gu c_gv c_gw c_gx c_gy c_gz c_ha c_hb c_ea c_eb c_hc']
['class', 'c_hd c_r c_he c_b']
['class', 'c_q c_r c_hf c_hg c_hh c_hi c_hj c_hk c_hl c_df c_cv c_cw c_cf c_gj c_b']
['class', '']
['target', '_blank', 'rel', 'noopener noreferrer', 'href', 'https://support.cloudflare.com', 'class', 'c_ex c_cv c_eq c_hm c_hn']
['class', '']
['target', '_blank', 'rel', 'noopener noreferrer', 'href', 'https://www.cloudflarestatus.com', 'class', 'c_ex c_cv c_eq c_hm c_hn']
['class', 'c_ho']
['class', '']
['target', '_blank', 'rel', 'noopener noreferrer', 'href', 'https://www.cloudflare.com/careers/', 'class', 'c_ex c_cv c_eq c_hm c_hn']
['class', '']
['target', '_blank', 'rel', 'noopener noreferrer', 'href', 'https://www.cloudflare.com/website-terms/', 'class', 'c_ex c_cv c_eq c_hm c_hn']
['class', '']
['target', '_blank', 'rel', 'noopener noreferrer', 'href', 'https://www.cloudflare.com/disclosure/', 'class', 'c_ex c_cv c_eq c_hm c_hn']
['class', '']
['target', '_blank', 'rel', 'noopener noreferrer', 'href', 'https://www.cloudflare.com/privacypolicy/', 'class', 'c_ex c_cv c_eq c_hm c_hn']
['class', '']
['class', 'ot-sdk-show-settings ', 'id', 'ot-sdk-btn', 'style', 'background: transparent; color: rgb(0, 81, 195); text-decoration: none; text-underline-offset: 4px; cursor: pointer; t
ransition-property: color; transition-duration: 150ms; transition-timing-function: ease; padding: 0px; display: flex; align-items: center; line-height: 1.5; height: fit-content; font-size: 14px; font-weight: 400; border: none; overflow: hidden;']
['height', '15', 'src', 'data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMCAxNCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzAgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5z
PSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qxe2ZpbGwtcnVsZTpldmVub2RkO2N
saXAtcnVsZTpldmVub2RkO2ZpbGw6IzAwNjZGRjt9Cgkuc3Qye2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qze2ZpbGw6IzAwNjZGRjt9Cjwvc3R5bGU+CgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNzUgLTIwMCkiPgoJCQk8ZyB0cmFuc2Zvcm
09InRyYW5zbGF0ZSgxMjc1IDIwMCkiPgoJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0ibTcuNCAxMi44aDYuOGwzLjEtMTEuNmgtOS45Yy0zLjIgMC01LjggMi42LTUuOCA1LjhzMi42IDUuOCA1LjggNS44eiIvPgoJCQk8L2c+CgkJPC9nPgoJC
TxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjc1IC0yMDApIj4KCQkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI3NSAyMDApIj4KCQkJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Im0yMi42IDBoLTE1LjJjLTMuOSAwLTcgMy4xLTcgN3MzLjEg
NyA3IDdoMTUuMmMzLjkgMCA3LTMuMSA3LTdzLTMuMi03LTctN3ptLTIxIDdjMC0zLjIgMi42LTUuOCA1LjgtNS44aDkuOWwtMy4xIDExLjZoLTYuOGMtMy4yIDAtNS44LTIuNi01LjgtNS44eiIvPgoJCQkJPHBhdGggY2xhc3M9InN0MiIgZD0
ibTI0LjYgNGMwLjIgMC4yIDAuMiAwLjYgMCAwLjhsLTIuMSAyLjIgMi4yIDIuMmMwLjIgMC4yIDAuMiAwLjYgMCAwLjhzLTAuNiAwLjItMC44IDBsLTIuMi0yLjItMi4yIDIuMmMtMC4yIDAuMi0wLjYgMC4yLTAuOCAwcy0wLjItMC42IDAtMC
44bDIuMS0yLjItMi4yLTIuMmMtMC4yLTAuMi0wLjItMC42IDAtMC44czAuNi0wLjIgMC44IDBsMi4yIDIuMiAyLjItMi4yYzAuMi0wLjIgMC42LTAuMiAwLjggMHoiLz4KCQkJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Im0xMi43IDQuMWMwLjIgM
C4yIDAuMyAwLjYgMC4xIDAuOGwtNC4yIDQuOWMtMC4xIDAuMS0wLjIgMC4yLTAuMyAwLjItMC4yIDAuMS0wLjUgMC4xLTAuNy0wLjFsLTIuMi0yLjJjLTAuMi0wLjItMC4yLTAuNiAwLTAuOHMwLjYtMC4yIDAuOCAwbDEuOCAxLjcgMy44LTQuNWMwLjItMC4yIDAuNi0wLjIgMC45IDB6Ii8+CgkJCTwvZz4KCQk8L2c+Cjwvc3ZnPg==', 'alt', 'Cookie Preferences', 'class', 'c_bc c_hp']
['class', '']
['class', 'c_eq c_dv']
['class', 'c_h c_hq c_g c_hr c_hs c_ht c_hu c_dl']
['class', 'c_cv c_cw']
['id', 'overlays']
['defer', 'defer', 'src', 'https://static.cloudflareinsights.com/beacon.min.js', 'data-cf-beacon', '{"token": "6ed43d34957a49fcb90ec8e43f7db523"}', 'nonce', '']
['id', 'saml-auth', 'nonce', '']
['nonce', '']
['height', '1', 'width', '1', 'style', 'position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;']
['id', 'onetrust-consent-sdk', 'data-nosnippet', 'true']
['class', 'onetrust-pc-dark-filter ot-fade-in', 'style', 'display: none;z-index:2147483645;visibility: hidden;\n                    opacity: 0;transition: visibility 0s 400ms, opacity 400ms linear;']
['id', 'onetrust-banner-sdk', 'class', 'otFlat bottom vertical-align-content ot-buttons-fw', 'tabindex', '0', 'role', 'region', 'aria-label', 'Cookie banner', 'style', 'display: none;bottom: 0px;visibility: hidden;\n                    opacity: 0;transition: visibility 0s 400ms, opacity 400ms linear;']
['role', 'dialog', 'aria-modal', 'true', 'aria-label', 'Our site uses cookies']
['class', 'ot-sdk-container']
['class', 'ot-sdk-row']
['id', 'onetrust-group-container', 'class', 'ot-sdk-eight ot-sdk-columns']
['class', 'banner_logo']
['id', 'onetrust-policy']
['id', 'onetrust-policy-title']
['id', 'onetrust-policy-text']
['id', 'onetrust-button-group-parent', 'class', 'ot-sdk-three ot-sdk-columns has-reject-all-button']
['id', 'onetrust-button-group']
['id', 'onetrust-pc-btn-handler', 'class', 'cookie-setting-link']
['id', 'onetrust-reject-all-handler']
['id', 'onetrust-accept-btn-handler']
['id', 'onetrust-close-btn-container']
['class', 'onetrust-close-btn-handler onetrust-close-btn-ui banner-close-button ot-close-icon', 'style', 'background-image: url("/static/vendor/onetrust/oneTrust_production/consent/bbd9e347-d67f-48f1-bdc2-682831c03425/018debfb-4ca4-7537-992d-44786afb66f9/logos/static/ot_close.svg");', 'aria-label', 'Close']
['id', 'onetrust-pc-sdk', 'class', 'otPcCenter ot-hide ot-fade-in', 'lang', 'en', 'aria-label', 'Preference center', 'role', 'region', 'style', 'display: none;\n                    transition: visibility 0s 400ms, opacity 400ms linear;\n                    opacity: 0;visibility: hidden;']
['role', 'dialog', 'aria-modal', 'true', 'style', 'height: 100%;', 'aria-label', 'Your Cookie Options']
['class', 'ot-pc-header']
['class', 'ot-pc-logo', 'role', 'img', 'aria-label', 'Company Logo']
['alt', 'Company Logo', 'src', '/static/vendor/onetrust/oneTrust_production/consent/bbd9e347-d67f-48f1-bdc2-682831c03425/018debfb-4ca4-7537-992d-44786afb66f9/logos/6b10d640-dc80-4fbf-a462-ae81dbad56e4/f2b3f698-2a83-400c-ab3d-ae88a0a1d3c4/fca68c5f-051b-4269-9463-b0ba60c90bde/Logo.png']
['id', 'close-pc-btn-handler', 'class', 'ot-close-icon', 'aria-label', 'Close', 'style', 'background-image: url("/static/vendor/onetrust/oneTrust_production/consent/bbd9e347-d67f-48f1-bdc2-682831c03425/018debfb-4ca4-7537-992d-44786afb66f9/logos/static/ot_close.svg");']
['id', 'ot-pc-content', 'class', 'ot-pc-scrollbar']
['class', 'ot-optout-signal ot-hide']
['class', 'ot-optout-icon']
['xmlns', 'http://www.w3.org/2000/svg']
['class', 'ot-floating-button__svg-fill', 'd', 'M14.588 0l.445.328c1.807 1.303 3.961 2.533 6.461 3.688 2.015.93 4.576 1.746 7.682 2.446 0 14.178-4.73 24.133-14.19 29.864l-.398.236C4.8
63 30.87 0 20.837 0 6.462c3.107-.7 5.668-1.516 7.682-2.446 2.709-1.251 5.01-2.59 6.906-4.016zm5.87 13.88a.75.75 0 00-.974.159l-5.475 6.625-3.005-2.997-.077-.067a.75.75 0 00-.983 1.13l4.172 4.16 6.525-7.895.06-.083a.75.75 0 00-.16-.973z', 'fill', '#FFF', 'fill-rule', 'evenodd']
[]
['id', 'ot-pc-title']
['id', 'ot-pc-desc']
[]
['href', 'https://www.cloudflare.com/cookie-policy/', 'class', 'privacy-notice-link', 'rel', 'noopener', 'target', '_blank', 'aria-label', 'More information about your privacy, opens in a new tab']
['id', 'accept-recommended-btn-handler']
['class', 'ot-sdk-row ot-cat-grp']
['id', 'ot-category-title']
['class', 'ot-accordion-layout ot-cat-item ot-vs-config', 'data-optanongroupid', 'C0001']
['aria-expanded', 'false', 'ot-accordion', 'true', 'aria-controls', 'ot-desc-id-C0001', 'aria-labelledby', 'ot-header-id-C0001 ot-status-id-C0001']
['class', 'ot-acc-hdr ot-always-active-group']
['class', 'ot-plus-minus']
[]
[]
['class', 'ot-cat-header', 'id', 'ot-header-id-C0001']
['id', 'ot-status-id-C0001', 'class', 'ot-always-active']
['class', 'ot-acc-grpcntr ot-acc-txt']
['class', 'ot-acc-grpdesc ot-category-desc', 'id', 'ot-desc-id-C0001']
['class', 'ot-hlst-cntr']
['class', 'ot-link-btn category-host-list-handler', 'aria-label', 'Cookie Details button opens Cookie List menu', 'data-parent-id', 'C0001']
['class', 'ot-accordion-layout ot-cat-item ot-vs-config', 'data-optanongroupid', 'C0003']
['aria-expanded', 'false', 'ot-accordion', 'true', 'aria-controls', 'ot-desc-id-C0003', 'aria-labelledby', 'ot-header-id-C0003']
['class', 'ot-acc-hdr']
['class', 'ot-plus-minus']
[]
[]
['class', 'ot-cat-header', 'id', 'ot-header-id-C0003']
['class', 'ot-tgl']
['type', 'checkbox', 'name', 'ot-group-id-C0003', 'id', 'ot-group-id-C0003', 'role', 'switch', 'class', 'category-switch-handler', 'data-optanongroupid', 'C0003', 'aria-labelledby', 'ot-header-id-C0003', 'checked', '']
['class', 'ot-switch', 'for', 'ot-group-id-C0003']
['class', 'ot-switch-nob']
['class', 'ot-label-txt']
['class', 'ot-acc-grpcntr ot-acc-txt']
['class', 'ot-acc-grpdesc ot-category-desc', 'id', 'ot-desc-id-C0003']
['class', 'ot-hlst-cntr']
['class', 'ot-link-btn category-host-list-handler', 'aria-label', 'Cookie Details button opens Cookie List menu', 'data-parent-id', 'C0003']
['class', 'ot-accordion-layout ot-cat-item ot-vs-config', 'data-optanongroupid', 'C0002']
['aria-expanded', 'false', 'ot-accordion', 'true', 'aria-controls', 'ot-desc-id-C0002', 'aria-labelledby', 'ot-header-id-C0002']
['class', 'ot-acc-hdr']
['class', 'ot-plus-minus']
[]
[]
['class', 'ot-cat-header', 'id', 'ot-header-id-C0002']
['class', 'ot-tgl']
['type', 'checkbox', 'name', 'ot-group-id-C0002', 'id', 'ot-group-id-C0002', 'role', 'switch', 'class', 'category-switch-handler', 'data-optanongroupid', 'C0002', 'aria-labelledby', 'ot-header-id-C0002', 'checked', '']
['class', 'ot-switch', 'for', 'ot-group-id-C0002']
['class', 'ot-switch-nob']
['class', 'ot-label-txt']
['class', 'ot-acc-grpcntr ot-acc-txt']
['class', 'ot-acc-grpdesc ot-category-desc', 'id', 'ot-desc-id-C0002']
['class', 'ot-hlst-cntr']
['class', 'ot-link-btn category-host-list-handler', 'aria-label', 'Cookie Details button opens Cookie List menu', 'data-parent-id', 'C0002']
['class', 'ot-accordion-layout ot-cat-item ot-vs-config', 'data-optanongroupid', 'C0004']
['aria-expanded', 'false', 'ot-accordion', 'true', 'aria-controls', 'ot-desc-id-C0004', 'aria-labelledby', 'ot-header-id-C0004']
['class', 'ot-acc-hdr']
['class', 'ot-plus-minus']
[]
[]
['class', 'ot-cat-header', 'id', 'ot-header-id-C0004']
['class', 'ot-tgl']
['type', 'checkbox', 'name', 'ot-group-id-C0004', 'id', 'ot-group-id-C0004', 'role', 'switch', 'class', 'category-switch-handler', 'data-optanongroupid', 'C0004', 'aria-labelledby', 'ot-header-id-C0004', 'checked', '']
['class', 'ot-switch', 'for', 'ot-group-id-C0004']
['class', 'ot-switch-nob']
['class', 'ot-label-txt']
['class', 'ot-acc-grpcntr ot-acc-txt']
['class', 'ot-acc-grpdesc ot-category-desc', 'id', 'ot-desc-id-C0004']
['class', 'ot-hlst-cntr']
['class', 'ot-link-btn category-host-list-handler', 'aria-label', 'Cookie Details button opens Cookie List menu', 'data-parent-id', 'C0004']
['id', 'ot-pc-lst', 'class', 'ot-hide ot-hosts-ui ot-pc-scrollbar']
['id', 'ot-pc-hdr']
['id', 'ot-lst-title']
['class', 'ot-link-btn back-btn-handler', 'aria-label', 'Back']
['id', 'ot-back-arw', 'xmlns', 'http://www.w3.org/2000/svg', 'xmlns:xlink', 'http://www.w3.org/1999/xlink', 'x', '0px', 'y', '0px', 'viewBox', '0 0 444.531 444.531', 'xml:space', 'preserve']
[]
[]
['fill', '#656565', 'd', 'M213.13,222.409L351.88,83.653c7.05-7.043,10.567-15.657,10.567-25.841c0-10.183-3.518-18.793-10.567-25.835\n                    l-21.409-21.416C323.432,3.521,3
14.817,0,304.637,0s-18.791,3.521-25.841,10.561L92.649,196.425\n                    c-7.044,7.043-10.566,15.656-10.566,25.841s3.521,18.791,10.566,25.837l186.146,185.864c7.05,7.043,15.6
6,10.564,25.841,10.564\n                    s18.795-3.521,25.834-10.564l21.409-21.412c7.05-7.039,10.567-15.604,10.567-25.697c0-10.085-3.518-18.746-10.567-25.978\n                    L213.13,222.409z']
[]
['class', 'ot-lst-subhdr']
['class', 'ot-search-cntr']
['role', 'status', 'class', 'ot-scrn-rdr']
['id', 'vendor-search-handler', 'type', 'text', 'name', 'vendor-search-handler', 'placeholder', 'Search…', 'aria-label', 'Cookie list search']
['xmlns', 'http://www.w3.org/2000/svg', 'xmlns:xlink', 'http://www.w3.org/1999/xlink', 'x', '0px', 'y', '0px', 'viewBox', '0 -30 110 110', 'aria-hidden', 'true']
[]
['fill', '#2e3644', 'd', 'M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23\n            s10.318,23,23,23c4.761,0,9.298-1.436
,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92\n            c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17\n            s-17-7.626-17-17S14.61,6,23.984,6z']
['class', 'ot-fltr-cntr']
['id', 'filter-btn-handler', 'aria-label', 'Filter', 'aria-haspopup', 'true']
['role', 'presentation', 'aria-hidden', 'true', 'xmlns', 'http://www.w3.org/2000/svg', 'xmlns:xlink', 'http://www.w3.org/1999/xlink', 'x', '0px', 'y', '0px', 'viewBox', '0 0 402.577 402.577', 'xml:space', 'preserve']
[]
[]
['fill', '#fff', 'd', 'M400.858,11.427c-3.241-7.421-8.85-11.132-16.854-11.136H18.564c-7.993,0-13.61,3.715-16.846,11.136\n      c-3.234,7.801-1.903,14.467,3.999,19.985l140.757,140.753v
138.755c0,4.955,1.809,9.232,5.424,12.854l73.085,73.083\n      c3.429,3.614,7.71,5.428,12.851,5.428c2.282,0,4.66-0.479,7.135-1.43c7.426-3.238,11.14-8.851,11.14-16.845V172.166L396.861,31.413\n      C402.765,25.895,404.093,19.231,400.858,11.427z']
['id', 'ot-anchor']
['id', 'ot-fltr-modal']
['id', 'ot-fltr-cnt']
['id', 'clear-filters-handler']
['class', 'ot-fltr-scrlcnt ot-pc-scrollbar']
['class', 'ot-fltr-opts']
['class', 'ot-fltr-opt']
['class', 'ot-chkbox']
['id', 'chkbox-id', 'type', 'checkbox', 'class', 'category-filter-handler']
['for', 'chkbox-id']
['class', 'ot-label-txt']
['class', 'ot-label-status']
['class', 'ot-fltr-btns']
['id', 'filter-apply-handler']
['id', 'filter-cancel-handler']
['id', 'ot-lst-cnt', 'class', 'ot-host-cnt ot-pc-scrollbar']
['id', 'ot-sel-blk']
['class', 'ot-sel-all']
['class', 'ot-sel-all-hdr']
['class', 'ot-consent-hdr']
['class', 'ot-li-hdr']
['class', 'ot-sel-all-chkbox']
['class', 'ot-chkbox', 'id', 'ot-selall-hostcntr']
['id', 'select-all-hosts-groups-handler', 'type', 'checkbox']
['for', 'select-all-hosts-groups-handler']
['class', 'ot-label-txt']
['class', 'ot-label-status']
['class', 'ot-chkbox', 'id', 'ot-selall-vencntr']
['id', 'select-all-vendor-groups-handler', 'type', 'checkbox']
['for', 'select-all-vendor-groups-handler']
['class', 'ot-label-txt']
['class', 'ot-label-status']
['class', 'ot-chkbox', 'id', 'ot-selall-licntr']
['id', 'select-all-vendor-leg-handler', 'type', 'checkbox']
['for', 'select-all-vendor-leg-handler']
['class', 'ot-label-txt']
['class', 'ot-label-status']
['class', 'ot-sdk-row']
['class', 'ot-sdk-column']
['class', 'ot-btn-container']
['class', 'ot-pc-refuse-all-handler']
['class', 'save-preference-btn-handler onetrust-close-btn-handler']
['class', 'ot-pc-footer-logo']
['href', 'https://www.onetrust.com/products/cookie-consent/', 'target', '_blank', 'rel', 'noopener noreferrer', 'aria-label', 'Powered by OneTrust Opens in a new Tab']
['alt', 'Powered by Onetrust', 'src', '/static/vendor/onetrust/oneTrust_production/consent/bbd9e347-d67f-48f1-bdc2-682831c03425/018debfb-4ca4-7537-992d-44786afb66f9/logos/static/powered_by_logo.svg', 'title', 'Powered by OneTrust Opens in a new Tab']
['class', 'ot-scrn-rdr', 'aria-atomic', 'true', 'aria-live', 'polite']
['class', 'ot-text-resize', 'sandbox', 'allow-same-origin', 'title', 'onetrust-text-resize', 'style', 'position: absolute; top: -50000px; width: 100em;', 'aria-hidden', 'true']       
['height', '0', 'width', '0', 'style', 'display: none; visibility: hidden;']
[]
['sandbox', 'allow-scripts allow-same-origin', 'title', 'Adobe ID Syncing iFrame', 'id', 'destination_publishing_iframe_cloudflareinc_0', 'name', 'destination_publishing_iframe_cloudflareinc_0_name', 'src', 'https://cloudflareinc.demdex.net/dest5.html?d_nsid=0#https%3A%2F%2Fdash.cloudflare.com', 'class', 'aamIframeLoaded', 'style', 'display: none; width: 0px; height: 0px;']
['src', 'https://challenges.cloudflare.com/turnstile/v0/api.js']



@ultrafunkamsterdam
Copy link
Owner

Oh I already see what your issue is. You need to use await if you query select on a element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ultrafunkamsterdam @Snegovik777 and others