测试ァ小白 发表于 2017-4-18 11:37:24

selenium ide :storetext 和verifytext 功能求助


1,首先我存储了一个元素里面的价格为A   (storetext   元素位置    A)
2,第二步用前面存储的那个价格和现在的价格对比看是否一致(verifyText 元素位置${B})
后面报错:
Actual value '¥130' did not match '¥130'
Actual value '¥80' did not match '¥80'
Actual value '¥100' did not match '¥100'
请问下大神哪里错问题了
能不能用selenium ide只存里面的数字

lamecho 发表于 2017-4-18 12:54:12

用storevalue,verifyvalue

jingzizx 发表于 2017-4-18 13:23:41

:victory:

测试ァ小白 发表于 2017-4-18 13:45:20

lamecho 发表于 2017-4-18 12:54
用storevalue,verifyvalue

This element has no value; is it really a form field?
不行 只能用text才能拿到那个价格

lamecho 发表于 2017-4-18 14:26:28

那你就先不要对比了,先断言一下b元素的值是不是‘¥100’
页: [1]
查看完整版本: selenium ide :storetext 和verifytext 功能求助