Try this for exact search: //td[text()='EXACT']. Or for partial search: //td[contains(text(),'PARTIAL')]. This gives you two options in ...
確定! 回上一頁