Example Usage
async function takeScreenshot() { const base64string = await alt.takeScreenshot(); console.log(base64string); }