Below is my markup
{{post.title}} < 5条回答 -上瘾入骨i (楼主) 2020-12-09 17:01 From the docs: https://github.com/angular/protractor/blob/master/docs/locators.md var clickable = element.all(by.repeater('post in posts')).first().all(by.tagName('td')).first(); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
From the docs: https://github.com/angular/protractor/blob/master/docs/locators.md
var clickable = element.all(by.repeater('post in posts')).first().all(by.tagName('td')).first();