I am trying to use the css selector of :first-child, but it is still target all elements instead of the first child element.
using attribute on child element didnt seem to work. but when i saw > is something i needed to use.
div[id$=“ActiveTrackerListGroup”]>div:first-child seem to be work fine
1 Like