clickSelector Doesn't Work with Playwright
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
Scenario:
```
{
"label": "Dashboard Configuration Menu Dropdown",
"cookiePath": "",
"url": "https://XXX.dashboard.XXX.co/",
"referenceUrl": "",
"readyEvent": "",
"readySelector": "",
"delay": 2000,
"hideSelectors": [],
"removeSelectors": [],
"hoverSelector": "",
"clickSelector": "[test-id=menu-button-config]",
"postInteractionWait": 2000,
"selectors": [],
"selectorExpansion": true,
"expect": 0,
"misMatchThreshold" : 0.1,
"requireSameDimensions": true
}
```
Screenshot capture is not with the button clicked. This selector is definitely the button:

Contributor guide
Assessment
This issue has not been assessed yet.