标签: cypress
我有一个Web应用程序,其中有一个变量,即
var test = {} test["name"] = "tester"
如果我打开js console并打印test,则会显示其哈希值。
js console
test
在赛普拉斯测试中,我需要知道如何获得test哈希值?