0

In my Selenium test I need to grab all the links inside a table that has empty class as shown below.

<td>
<a class="" href="" data-date="2016-11-18T00:00:00-05:00">18</a>
</td>

How do i achieve this using cssSelector ?

Thank You!

0

1 Answer 1

2

You should be able to use "a[class='']".

Sign up to request clarification or add additional context in comments.

1 Comment

muchas gracias @JeffC

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.