Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 量角器-返回零的所有元素计数_Angularjs_Selenium Webdriver_Protractor_Angularjs E2e - Fatal编程技术网

Angularjs 量角器-返回零的所有元素计数

Angularjs 量角器-返回零的所有元素计数,angularjs,selenium-webdriver,protractor,angularjs-e2e,Angularjs,Selenium Webdriver,Protractor,Angularjs E2e,下面是我们的html页面内容 85天前更新 萨加尔·拉德瓦 02/05/2017 尝试element.all(by.repeater('node in nodes.search.results'))@Barney-使用repeater工作。但是我想获得class=“fa fa file text ng scope”的所有元素,将css选择器更改为.fa.fa file text.ng scope@Barney-更改css后,效果良好。

下面是我们的html页面内容


85天前更新
萨加尔·拉德瓦
02/05/2017

尝试
element.all(by.repeater('node in nodes.search.results'))
@Barney-使用repeater工作。但是我想获得class=“fa fa file text ng scope”的所有元素,将css选择器更改为
.fa.fa file text.ng scope
@Barney-更改css后,效果良好。