Using Artoo, I'm trying to iterate through all the span elements but only get the content from a span that matches a specific id or class.
The code below will return the content of all the span elements. In this specific case I only want the content of a span that has the id: #NoticeInfo_lblVrmNo.
Using Artoo, I'm trying to iterate through all the span elements but only get the content from a span that matches a specific id or class.
The code below will return the content of all the span elements. In this specific case I only want the content of a span that has the id:
#NoticeInfo_lblVrmNo
.