await page.locator("div.my_class > ul > li").textContent();await page.locator("div.my_class > ul > li").textContent(); causes an error: strict mode violation: locator('div.my_class > ul > li') resolved to x elementsstrict mode violation: locator('div.my_class > ul > li') resolved to x elements. The presence of multiple elements is expected since this is a list.strictSelectorsstrictSelectors parameter in the crawlee docs, but didn't manage to set it to false (if that is even the solution). item.add_css("list", "div.my_class > ul > li::text")item.add_css("list", "div.my_class > ul > li::text") returns a list of the text for each list item, which is what I'm looking for.Join the Discord to ask follow-up questions and connect with the community
~~**Status update: We are experiencing some issues, and will update soon. Apologies for the inconvenience.**~~ Should be good now ๐ค
ellativity ยท 2w ago
**Apify paid out over $1M in developer earnings last month** Last month, for the first time, we sent over $1M to community developers for Actors they have published in Apify Store. These were earnings for the month of March, and we are looking forward to breaking this record again in April. Many heartfelt thanks to the community developers who are building, maintaining, and improving their Actors. We are so lucky to be in this together, and excited for what the future brings. Thank you! <a:keanuthanks:1430839059655426068>
ellativity ยท 2w ago
Hi all ๐ just a reminder that full permission Actors will soon (**May 4th**) require confirmation for new users.
hurt-tomato ยท 2w ago