How to select values in empty rows only

  1. You should read the HTML source of the target web page.
  2. You should find how to identify an empty row there. You should define the condition how a row is regarded as empty.
  3. You should learn XPath expression or CSS Selector to express the condition you defined.

In order to read the HTML source of your target page, you would want to learn how to use Chrome DevTools.

In order to study XPath, read Guru99: XPath in Selenium: How to Find & Write Text, Contains, OR, AND

1 Like