Context:
- Playwright Version: 1.20.0
- Operating System: Windows10
- Node.js version: LTS 16
- Browser: Chromium only
Describe the bug
Trying to click on the ElementHandle, located by ElementHandle.waitForSelector() - fails in Chroimum with error
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
<span class="selection">…</span> intercepts pointer events
Works fine in Webkit and Firefox, was working fine in all browsers before 1.20.0 upgrade.
Context:
Describe the bug
Trying to click on the ElementHandle, located by ElementHandle.waitForSelector() - fails in Chroimum with error
Works fine in Webkit and Firefox, was working fine in all browsers before 1.20.0 upgrade.