Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
哪种方法是检测 DalekJS 以单击没有 ID 但基于 href 的链接的正确方法?
例子:
提交表格,然后单击没有 ID 的链接。
.click('href[URL]')
看看教程视频 ( http://vimeo.com/71466029 ),在 8:00 他准确地展示了你需要做什么;-)
.click('a[href="/foo.html"]')