Testing of the greenkart ecommerce app completed https://rahulshettyacademy.com/seleniumPractise/#/. The test demonstrates how to iterate a set of elements and how to pass the index of a particular element in one array to another array in order to locate another element with the same index, demonstrates dynamic selector of elements. Array().fill().map() method is was used, Demonstrates also how to obtain text from tables with column and row numbers as parameters' Run Products.test.js with the command: npm test -- --spec ./test/specs/Products.test.js use the following command to upgrade your chromedriver version: npm install chromedriver@versionNumber --save-dev. Replace versionNumber with version number of your installed chrome browser