segment-boneyard / nightmare

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

Query selector for a :nth-last-child in a wait or click #1574

Open ahernand53 opened 4 years ago

ahernand53 commented 4 years ago

I am trying to make a query selector within a wait and click, but I would not know how to do it. I'm also a bit confused if they relied on the jquery library to do the query.

I put what I am trying to do

nightmare
       .goto(anythingLink)
       .wait('.inbox-dataList')
       .click('.inbox-dataList ul li:nth-last-child .col-box a') // specific line