Table -1 is the Input ,
Assume Table-2 is from a web Page ,
when we click on Particular Team Captain Name from the Table-2 then Table -3 Will be generated.
Step-1:
Bot Should Read The Table-1.
Step-2: Bot Should Click on The TeamCaptain Name from Table-2 (From Web Page)
Step-3: Table-3(Having Single Column) will be Generated here,
Now i have to Compare the Table -3 column with Table-1 Column Name “TeamMembers”, then TeamMembers Who are not there in Table-1 should right In the Output Datatable With Corresponding Team Captain. And this should Iterate for remaining Three TeamCaptains As well for Table-2.
Note: I am Trying to use LINQ for reducing Nested for Loops . Please Help me using LINQ