hi all i am using vs2010 in ui test when i record "clicking on cell in web table" he record clicking on win cell i want to click on cell in web table that have specific text (the text is parameter that i give) for example if i have a table with row and columns and the number are text that apear on the cell like this 1 2 3 4 5 6 7 8 9 10 11 12 and i gave the parameter 7 so the function will click on cell with the text 7 how can i do this thanks