I’m working on desktop application and there is an scenario I have to click on get mail option which shown in below image column name is ( Generate ) I have to check column name (lock status ) where is pending in status then it will go and click on get mail
First you can extract the data using table extraction, then loop the data and check If Column(“LockStatus”).ToString.Contains(“Pending”) then get the index of that value and pass that value in click actvitiy where you have to click on generate mail