This thread is trying to answer question "How can I iterate through the items in a 'ul' list within a 'div' using the Playwright library in Python, considering the 'li' items are being added dynamically?"
ahh im loving playwright already, very simple
but adding more context: i am using the async api in python and i believe the li's are being added dynamically, so would that make the .all() unstable? or does playwright automatically handle that too?
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].