Demo Website: http://juliemr.github.io/protractor-demo/
Usage of count(), getAttribute(), each()
Copy+Paste below code in editor --> Save as .js file --> Replace filename in Configuration.js --> Execute & Enjoy!
Overview of previous Chapter:
css Locators: nth-of-type
Sibling: tr[ng-repeat='result in memory']+tr
Result (2nd Row)
tr[ng-repeat='result in memory']+tr>td:nth-of-type(3)
Result (1st Row)
tr[ng-repeat='result in memory']+tr>td:nth-of-type(3)
No comments:
Post a Comment
Thanks a lot for your valuable Comment!