АП
Вот в случае массива всё понятно - линейная область памяти. Со списком тоже вопросов нет, думаю
А хэш мэп устроен интереснее, и вопрос именно на это знание/понимание
Size: a a a
АП
A
A
АП
АП
A
D
const context = await page.$('.inner-style-captchagenerator > div > div > div > div > iframe');
const frame = await context.contentFrame();
await frame.waitForSelector('#rc-anchor-container');
D
<div class="inner-style-captchagenerator"><div><div><div style="width: 304px; height: 78px;"><div><iframe src="https://www.google.com/recaptcha/api2/anchor?ar=2&k=6LdMeCIUAAAAAFHYMFkObspfKRx0nomc_jUooKnB&co=aHR0cHM6Ly93d3cuYXR0LmNvbTo0NDM.&hl=ru&type=image&v=Y5tQ3lKwn1XL5hGgLz1kR4-1&theme=light&size=normal&badge=bottomright&cb=q34cguf5am4o" width="304" height="78" role="presentation" name="a-ft5zxfvne17o" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div></div></div>- структура iframe
UT
<div class="inner-style-captchagenerator"><div><div><div style="width: 304px; height: 78px;"><div><iframe src="https://www.google.com/recaptcha/api2/anchor?ar=2&k=6LdMeCIUAAAAAFHYMFkObspfKRx0nomc_jUooKnB&co=aHR0cHM6Ly93d3cuYXR0LmNvbTo0NDM.&hl=ru&type=image&v=Y5tQ3lKwn1XL5hGgLz1kR4-1&theme=light&size=normal&badge=bottomright&cb=q34cguf5am4o" width="304" height="78" role="presentation" name="a-ft5zxfvne17o" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div></div></div>- структура iframe
D
UT
D
D
UT
D
D
UT
A
D
UT