Xpath 多条件实例:
或
//cell[data[text()='Alpha'] and data[@type='String']]
或
//cell[data[text()='Alpha' and @type='String']]