gpt4 book ai didi

automation - Cypress 获取属性值并存储在变量中

转载 作者:行者123 更新时间:2023-12-04 11:24:43 25 4
gpt4 key购买 nike

我想获取属性值并将其存储在变量中,我们如何在 cypress 中实现这一点

就我而言,我想获取完整的类值并将其存储在变量中。

这段代码只给了我属性类值,但我如何将获取值存储在变量中

cy.get('div[class*="ui-growl-item-container ui-state-highlight ui-corner-all ui-shadow ui-growl-message"]').invoke('attr', 'class')

最佳答案

我试图将一个元素的样式与另一个元素进行比较,以确保它们相等。这是似乎对我有用的代码。

cy.get('.searchable-group-selector-card-image')
.eq(4)
.invoke('attr', 'style')
.then(($style1) => {
const style1 = $style1
})

关于automation - Cypress 获取属性值并存储在变量中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57585785/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com