Open Repeg opened 5 years ago
I have tried to click its' prev and next button,both work alright,but this 'a' tag can't give any response,I also use function exist and visible to maintain the selector is correct,failed again. can anybody help me out
nightmare .viewport(1920, 1080) .goto(MYURL) .wait('#btn') .click('#btn')
this is a very basic usage I think,other click function works well
I have tried to click its' prev and next button,both work alright,but this 'a' tag can't give any response,I also use function exist and visible to maintain the selector is correct,failed again. can anybody help me out