229 Views
Selenium 2 - Get Number of Rows in a Table I was recently browsing through some of the questions on StackOverflow and came across this question. The question was around how you would count the number of rows in a table using Selenium 2 and Python. If you need a bit of a background to Selenium 2, I have written a little about it before. Now although the question was about the Python API, I wanted to try and get it working using the C# API. It was a pretty basic question and I wasn't really workin...
0 comments