Ahmed Yasin Koculu
Ahmed Yasin Koculu
**Is your feature request related to a problem? Please describe.** .cshtml files layout pages definitions are enforced to be rooted per site root. For file system configuration, the basic relative...
### System info - Playwright Version: [v1.34.3] - Operating System: [Windows 11] - Browser: [MS Edge 113.0.1774.57] - Other info: ### Source code Using powershell start MS Edge with remote...
**Describe the bug** CSS escaped attribute name selectors throws invalid selector error. attribute names starting with ':' is very common and it should be escaped to '\\:' in queries. **To...
**To Reproduce** CSS.escape(':src') **Expected** `\\:src` **Actual** `\:src`
**To Reproduce** cssesc(':src') **Expected** `\\:src` **Actual** `\:src` Note: The same issue is also reproducible in CSS.escape project.