Automate set of steps for each row in table

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Bhavarth
Level 1
Level 1
First question asked Welcome!

I want to perform set of steps for each URL available in last column of the table. Table looks like below.

I want to iterate through each row of the table. And want to click on URL which is available at the URL column. When user clicks on 'www.abc.com', it will open in new tab. Then I want to perform certain steps in that tab and move back to original page containing the table. How can I achieve this automation using cypress ?

Name Date Url
Test1 22/11/2020 www.abc.com
Test2 23/11/2020 www.example.com
0 Likes
1 Solution
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

This community hardly has this expertise, you may want to discuss this from web development community. 

Roy Liu

View solution in original post

0 Likes
1 Reply
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

This community hardly has this expertise, you may want to discuss this from web development community. 

Roy Liu
0 Likes