clickSelector not working with chrome engine
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
We have scenario to capture screenshot after a button click and we are using clickSelector , But screenshot is not capturing. we are using chrome engine .
Can anybody help to resolve this
{
"label": "Test page",
"url": "http://google/test/test.html",
"readySelector": "html.fw-components-loaded.components-loaded",
"clickSelector":".a-button.a-button--full-width.test-aa__info-confirmation",
"delay": 10000,
"selectors": "div.form",
"selectorExpansion": true,
"misMatchThreshold": 1,
"requireSameDimensions": true
}
Contributor guide
Assessment
This issue has not been assessed yet.