If I have a table in Selenium and I want to get a specific cell in a row, what would be the relevant method call?
What I am confused about is the specific value I am looking for comes up more than once in the table so how do I know which value is found?
Furthermore, how can I pass credentials via basic auth?
Thanks