How do I click this link using nightmare?

后端 未结 2 1768
小蘑菇
小蘑菇 2021-01-28 06:30

Here is everything involving the link:



        
2条回答
  •  北恋
    北恋 (楼主)
    2021-01-28 07:06

    Also what I did was:

    .click('a[data-style-name="Tan"]')
    

    I specified it was an attribute and it worked.

提交回复
热议问题