Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Access a table row based on columns value
Table table has four columns.
It has two rows with following values in each columns
col1 col2 col3 col4
val val12 val13 link1
val21 val22 val23 link2
I have a value stored in the data table as an out put value lets say val21 from an earlier page
Once I am on this page I want to compare this value to the tables columns values. If I find a match I want to click the corresponding link in that row. The problem is the rows are displayed randomly thats why I cannot hardcode the row value. first I want to find the row which has this value and click the link in the fourth coulm of that row.
please help. Please let me know If you need more clarification on the problem
Profile Answers by fullmoon74 Questions by fullmoon74
Questions by fullmoon74 answers by fullmoon74
Related Answered Questions
Related Open Questions