带有水豚步骤定义的黄瓜,用于检查体内某个类的存在
我需要定义一个步骤定义来检查网页的正文标记中是否存在某个类。
例如
我想测试“home”是否是一个 body 类。
请记住,body 也可能包含其他类,
例如
感谢您的帮助。
I need to define a step definition to check for the existence of a certain class in a body tag of a web page.
eg <body class="home">
I want to test if "home" is a class of body.
Bear in mind that body may contain other classes as well
eg <body class="active home etc">
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将为您获取类属性的字符串值。
如果您需要有关正则表达式匹配的帮助,我可以编辑,请告诉我 - 不要忘记您尝试匹配的类是另一个类的子字符串的情况(例如:class =“home_star_runner”)
will get you the string value of the class attribute.
I can edit if you need help with the regex to match, let me know-- don't forget about the case where the class you're trying to match is a substring of another class (ex: class="home_star_runner")