i have a column in a webtable, if i select an element in this column to create a list only certain elements get selected, i noticed there are 3 differnt XPaths for the items in the same column, depending on the type, or text. here are the 3 Xpaths, only differenc is word "up, down, unch"
can i re-write this to select all elements?
td[9][@class='dailyOpinionLastMonth up']/div[1]/span[1][@class='ng-scope']/span[1][@class='ng-scope']/span[1][@class='ng-binding']
td[9][@class='dailyOpinionLastMonth down']/div[1]/span[1][@class='ng-scope']/span[1][@class='ng-scope']/span[1][@class='ng-binding']
td[9][@class='dailyOpinionLastMonth unch']/div[1]/span[1][@class='ng-scope']/span[1][@class='ng-scope']/span[1][@class='ng-binding']
