Closed
Description
Hi
I have fun using your lib, thanks a lot,
I'm trying to perform a scenario where i need to test some page after an click action
Scenario :
{ label: 'Click To Page', url: 'http://test.site', delay: 6000, misMatchThreshold: 0.001, requireSameDimensions: true, referenceUrl: 'http://reference.site', clickSelector: '.clickHere', removeSelectors: [ '.HideMe1', '#HideMe2', 'footer.HideMe' ] }
..
"onReadyScript": "chromy/onReady.js", "engine": "chrome", ..
engine : chrome, chromy
by enabling the debugWindow , i can see that the opened page is proceed properly, but in the clicked page the 'removeSelectors' are style in place
So i have no idea how to solve this issue, i'm pretty sure that i have to implement some extra code on the "chromy/onReady.js", but I am not inspired
Any help will be appreciated
Metadata
Assignees
Labels
No labels
Activity