segment-boneyard / nightmare

A high-level browser automation library.
https://open.segment.com
19.54k stars 1.08k forks source link

click no response #1557

Open Repeg opened 5 years ago

Repeg commented 5 years ago

TIM截图20190712145713 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

Repeg commented 5 years ago

nightmare .viewport(1920, 1080) .goto(MYURL) .wait('#btn') .click('#btn')

this is a very basic usage I think,other click function works well