Code is
message.
Trying to write xpath using text and than click on element.
My code is this till here it correct
(//td[@class=”el-table_1_column_5 el-table__cell”]//div[contains(text(),”)])[1]
But when i am entering text in above code it is not finding any elements.
(//td[@class=”el-table_1_column_5 el-table__cell”]//div[contains(text(),’message’)])[1]
New contributor
RPR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.