QuerySelectorAllAsync consistently hangs (100% reproducible) under the following conditions. The method neither throws any exception nor returns any result.
When debugging, the execution remains stuck inside the function indefinitely—it never returns or exits.
code:
var steps = await currentPage.QuerySelectorAllAsync(".core-steps-item");
Url:
https://seller-id.tokopedia.com/settle/verification?channel=WuYue-Sue&is_new_connect=0&lng=id-ID®ion_check=1&shop_region=ID

QuerySelectorAllAsync consistently hangs (100% reproducible) under the following conditions. The method neither throws any exception nor returns any result.
When debugging, the execution remains stuck inside the function indefinitely—it never returns or exits.
code:
var steps = await currentPage.QuerySelectorAllAsync(".core-steps-item");
Url:

https://seller-id.tokopedia.com/settle/verification?channel=WuYue-Sue&is_new_connect=0&lng=id-ID®ion_check=1&shop_region=ID