-1
I succeeded using the following function:
element = . Findelementbyxpath("//*[@id='divInfraAreaTabela']/table/tbody/tr[2]/td[3]"). Text
declare a variable -> element
extract the value of the Xpath element by adding the .Text in the end
Thanks to the one who gave unvote in the post, helped a lot!!