找不到柏树中的元素

时间:2019-03-06 20:39:56

标签: css-selectors cypress

这是我的html标记(突出显示的一个):

enter image description here

我试图用赛普拉斯单击,但是赛普拉斯无法找到它,这就是我正在使用的:

cy.get('sg_button sg newflex hbox acenter ').click()

1 个答案:

答案 0 :(得分:0)

您需要使用css selectors,例如:

'.sg_button.sg.newflex.hbox.acenter'

您应该尝试使用赛普拉斯的选择器运动场功能,这将为您提供答案:

enter image description here enter image description here

相关问题