标签: html angularjs protractor
我需要从页面获取所有可见文本(并稍后将其与json文件进行比较以进行本地化测试)。使用量角器有一种简单的方法吗?
答案 0 :(得分:2)
尝试$('html').getText().then(function(text) {console.log(text)});
$('html').getText().then(function(text) {console.log(text)});
答案 1 :(得分:0)
我建议在提问之前使用Google。但是你的问题的答案是你不需要任何第三方应用程序。它已经可以使用HTML和Javascript了。
您可以在此处阅读更多内容:link to W3