Open Issues Need Help
View All on GitHubAI Summary: The task is to analyze a reported bug in the Patchright library, a patched version of Playwright. The bug involves the `all()` method returning elements in an unexpected order, potentially due to reliance on backendNodeId instead of DOM order. The analysis should involve reviewing the provided code, HTML file, and the Patchright source code patch to understand the root cause and propose a solution or workaround.
Undetected version of the Playwright testing and automation library.
AI Summary: Debug a bug in the Patchright library where loading XML files fails using Chromium, but not Firefox, and the issue is not present in vanilla Playwright or other browser automation tools. The bug manifests as an `xmlParseEntityRef: no name` error. The task involves investigating the differences between Patchright's Chromium implementation and vanilla Playwright's, potentially examining the patched code and browser configurations to identify the root cause.
Undetected version of the Playwright testing and automation library.