getting property from ElementHandle

I am using Puppeteer in a Node.js module. I retrieve an HTML element with an XPath selector and need to extract the text property. Currently I use: // Get the element let ele = await elem...