使用each()方法时,量角器陈旧元素引用 [英] Protractor stale element reference when using the each() method

查看:51
本文介绍了使用each()方法时,量角器陈旧元素引用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于在量角器中使用each()方法,导致出现以下错误.过去它运行良好,但现在始终因该错误而失败.

I am getting the error below as a result of using the each() method in protractor. It has worked fine in the past but is now consistently failing with this error.

失败:过时的元素引用:元素未附加到页面文档

Failed: stale element reference: element is not attached to the page document

element.all(bars).each((element)=> element.getCssValue('width'))

是否有其他选择或原因?

Is there an alternative or a reason why this might be?

(为清楚起见,我要做的就是获取一组称为bar的Web元素中每个元素的宽度.)

(For clarity, all I want to do is to get the width of each element in a set of web elements called bars.)

谢谢!

推荐答案

感谢所有提供帮助的人.如果导致错误,请重试该解决方案.由于元素的实时性,元素引用在获得CSS宽度之前就发生了变化.

Thanks to everyone who helped. The solution was retry again if it resulted in error. Due to the realtime nature of the element, the element reference was changing before it had got the css width.

这篇关于使用each()方法时,量角器陈旧元素引用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆